Class BinaryStorableInterfaceImport
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Component that assigns value to BinaryData property during import.
Inheritance
System.Object
BinaryStorableInterfaceImport
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: 10.10.4Syntax
public class BinaryStorableInterfaceImport : IInterfacePropertyImport
Constructors
BinaryStorableInterfaceImport()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the BinaryStorableInterfaceImport class.
Declaration
public BinaryStorableInterfaceImport()
BinaryStorableInterfaceImport(IBlobFactory)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the BinaryStorableInterfaceImport class.
Declaration
public BinaryStorableInterfaceImport(IBlobFactory blobFactory)
Parameters
Type | Name | Description |
---|---|---|
IBlobFactory | blobFactory | The BLOB factory. |
Methods
ImportProperty(IPropertyImporter, RawContent, IContent, RawProperty, IContentTransferContext, TransferImportOptions)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Declaration
public bool ImportProperty(IPropertyImporter currentTranfer, RawContent rawContent, IContent content, RawProperty importedProperty, IContentTransferContext context, TransferImportOptions options)
Parameters
Type | Name | Description |
---|---|---|
IPropertyImporter | currentTranfer | |
RawContent | rawContent | |
IContent | content | |
RawProperty | importedProperty | |
IContentTransferContext | context | |
TransferImportOptions | options |
Returns
Type | Description |
---|---|
System.Boolean |