Class PropertyBlobTransform
Inheritance
System.Object
PropertyBlobTransform
Assembly: EPiServer.dll
Version: 12.0.3
public class PropertyBlobTransform : PropertyTransform<PropertyBlob>, IPropertyTransform
Constructors
Declaration
public PropertyBlobTransform(IBlobFactory blobFactory)
Parameters
Methods
TransformForExport(PropertyBlob, RawProperty, PropertyExportContext)
Declaration
protected override bool TransformForExport(PropertyBlob source, RawProperty output, PropertyExportContext context)
Parameters
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
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