Try our conversational search powered by Generative AI!

Class BinaryStorableInterfaceImport

Component that assigns value to BinaryData property during import.

Inheritance
System.Object
BinaryStorableInterfaceImport
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.2
Syntax
public class BinaryStorableInterfaceImport : IInterfaceHandledImport

Constructors

BinaryStorableInterfaceImport()

Initializes a new instance of the BinaryStorableInterfaceImport class.

Declaration
public BinaryStorableInterfaceImport()

BinaryStorableInterfaceImport(BlobFactory)

Initializes a new instance of the BinaryStorableInterfaceImport class.

Declaration
[Obsolete("Use alternative constructor")]
public BinaryStorableInterfaceImport(BlobFactory blobFactory)
Parameters
Type Name Description
BlobFactory blobFactory

The BLOB factory.

BinaryStorableInterfaceImport(IBlobFactory)

Initializes a new instance of the BinaryStorableInterfaceImport class.

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

The BLOB factory.

Methods

ImportProperty(IContentTransfer, RawContent, IContent, RawProperty)

Imports a property, that is fetches the imported value from importedProperty and assigns it to content.

Declaration
public bool ImportProperty(IContentTransfer currentTranfer, RawContent rawContent, IContent content, RawProperty importedProperty)
Parameters
Type Name Description
IContentTransfer currentTranfer

The current tranfer.

RawContent rawContent

Content of the raw.

IContent content

The content.

RawProperty importedProperty

The imported property.

Returns
Type Description
System.Boolean
Exceptions
Type Condition
System.NotImplementedException

Implements

Extension Methods