Try our conversational search powered by Generative AI!

Class PropertyBlobTransform

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

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

Constructors

PropertyBlobTransform(IBlobFactory)

Declaration
public PropertyBlobTransform(IBlobFactory blobFactory)
Parameters
Type Name Description
IBlobFactory blobFactory

Methods

TransformForExport(PropertyBlob, RawProperty, PropertyExportContext)

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

TransformForImport(RawProperty, PropertyBlob, PropertyImportContext)

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

Implements

Extension Methods