Try our conversational search powered by Generative AI!

Class PropertyPageTypeTransform

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

Inheritance
System.Object
PropertyPageTypeTransform
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 PropertyPageTypeTransform : PropertyTransform<PropertyPageType>, IPropertyTransform

Constructors

PropertyPageTypeTransform(IContentTypeRepository)

Declaration
public PropertyPageTypeTransform(IContentTypeRepository contentTypeRepository)
Parameters
Type Name Description
IContentTypeRepository contentTypeRepository

Methods

TransformForExport(PropertyPageType, RawProperty, PropertyExportContext)

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

TransformForImport(RawProperty, PropertyPageType, PropertyImportContext)

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

Implements

Extension Methods