Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class PropertyContentReferenceListTransform

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

Inheritance
System.Object
PropertyContentReferenceListTransform
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 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)

Implements

Extension Methods