Class PropertyContentReferenceListTransform
Inheritance
System.Object
PropertyContentReferenceListTransform
Implements
Inherited Members
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class PropertyContentReferenceListTransform : PropertyTransform<PropertyContentReferenceList>, IPropertyTransform
Constructors
PropertyContentReferenceListTransform()
Declaration
public PropertyContentReferenceListTransform()
Methods
TransformForImport(RawProperty, PropertyContentReferenceList, PropertyImportContext)
Declaration
protected override bool TransformForImport(RawProperty source, PropertyContentReferenceList output, PropertyImportContext context)
Parameters
Type | Name | Description |
---|---|---|
RawProperty | source | |
PropertyContentReferenceList | output | |
PropertyImportContext | context |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
EPiServer.Core.Transfer.Internal.PropertyTransform<EPiServer.SpecializedProperties.PropertyContentReferenceList>.TransformForImport(EPiServer.Core.RawProperty, EPiServer.SpecializedProperties.PropertyContentReferenceList, EPiServer.Core.Transfer.PropertyImportContext)