Class PropertyBlobTransform
Import/Export property handler for Blob and PropertyBlob
Inheritance
System.Object
PropertyBlobTransform
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
Assembly: EPiServer.dll
Version: 9.12.2Syntax
public class PropertyBlobTransform
Constructors
PropertyBlobTransform()
Declaration
public PropertyBlobTransform()
PropertyBlobTransform(IBlobFactory)
Declaration
public PropertyBlobTransform(IBlobFactory blobFactory)
Parameters
Type | Name | Description |
---|---|---|
IBlobFactory | blobFactory |
Fields
BlobFactory
The BLOB factory
Declaration
[Obsolete("If required, pass a BlobFactory through the constructor")]
public Injected<BlobFactory> BlobFactory
Field Value
Type | Description |
---|---|
Injected<BlobFactory> |
Methods
ExportEventHandler(Object, TransformPropertyEventArgs)
Ensures that the block type is part of the package
Declaration
public void ExportEventHandler(object sender, TransformPropertyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The sender. |
TransformPropertyEventArgs | e | The TransformPropertyEventArgs instance containing the event data. |
ImportEventHandler(Object, TransformPropertyEventArgs)
Import event handler
Declaration
public void ImportEventHandler(object sender, TransformPropertyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The sender. |
TransformPropertyEventArgs | e | The TransformPropertyEventArgs instance containing the event data. |