Try our conversational search powered by Generative AI!

Class PropertyContentAreaTransform

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
PropertyContentAreaTransform
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class PropertyContentAreaTransform : PropertyTransform<PropertyContentArea>, IPropertyTransform

Constructors

PropertyContentAreaTransform(IImplicitContentExporter, IFragmentParser)

Declaration
public PropertyContentAreaTransform(IImplicitContentExporter implicitContentExporter, IFragmentParser fragmentParser)
Parameters
Type Name Description
IImplicitContentExporter implicitContentExporter
IFragmentParser fragmentParser

Methods

TransformForExport(PropertyContentArea, RawProperty, PropertyExportContext)

Declaration
protected override bool TransformForExport(PropertyContentArea source, RawProperty output, PropertyExportContext context)
Parameters
Type Name Description
PropertyContentArea source
RawProperty output
PropertyExportContext context
Returns
Type Description
System.Boolean
Overrides
EPiServer.Core.Transfer.Internal.PropertyTransform<EPiServer.SpecializedProperties.PropertyContentArea>.TransformForExport(EPiServer.SpecializedProperties.PropertyContentArea, EPiServer.Core.RawProperty, EPiServer.Core.Transfer.PropertyExportContext)

TransformForImport(RawProperty, PropertyContentArea, PropertyImportContext)

Declaration
protected override bool TransformForImport(RawProperty source, PropertyContentArea output, PropertyImportContext context)
Parameters
Type Name Description
RawProperty source
PropertyContentArea output
PropertyImportContext context
Returns
Type Description
System.Boolean
Overrides
EPiServer.Core.Transfer.Internal.PropertyTransform<EPiServer.SpecializedProperties.PropertyContentArea>.TransformForImport(EPiServer.Core.RawProperty, EPiServer.SpecializedProperties.PropertyContentArea, EPiServer.Core.Transfer.PropertyImportContext)

Implements

Extension Methods