SaaS CMS has officially launched! Learn more now.

Class PropertyBlockTransform

Inheritance
System.Object
PropertyBlockTransform
Implements
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class PropertyBlockTransform : PropertyTransform<PropertyBlock>, IPropertyTransform

Constructors

PropertyBlockTransform(IContentTypeRepository, IPropertyDefinitionTypeRepository)

Declaration
public PropertyBlockTransform(IContentTypeRepository contentTypeRepository, IPropertyDefinitionTypeRepository propertyDefinitionTypeRepository)
Parameters
Type Name Description
IContentTypeRepository contentTypeRepository
IPropertyDefinitionTypeRepository propertyDefinitionTypeRepository

Methods

TransformForExport(PropertyBlock, RawProperty, PropertyExportContext)

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

Implements

Extension Methods