Class PropertyContentAreaTransform
Inheritance
System.Object
PropertyContentAreaTransform
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class PropertyContentAreaTransform : PropertyTransform<PropertyContentArea>, IPropertyTransform
Constructors
PropertyContentAreaTransform(IImplicitContentExporter, IFragmentParser)
Declaration
public PropertyContentAreaTransform(IImplicitContentExporter implicitContentExporter, IFragmentParser fragmentParser)
Parameters
Methods
TransformForExport(PropertyContentArea, RawProperty, PropertyExportContext)
Declaration
protected override bool TransformForExport(PropertyContentArea source, RawProperty output, PropertyExportContext context)
Parameters
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
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