Class PropertyImportContext
Holds the context when transforming properties for Export.
Inheritance
System.Object
PropertyImportContext
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class PropertyImportContext : Object
Constructors
PropertyImportContext()
Declaration
public PropertyImportContext()
Properties
Output
Gets or sets the IContent output currently being constructed during the import.
Declaration
public IContent Output { get; set; }
Property Value
Type | Description |
---|---|
IContent |
Remarks
This item is always the referable content item and not necessarily the item containing the property currently being imported.
Source
Gets or sets the source content currently being imported.
Declaration
public RawContent Source { get; set; }
Property Value
Type | Description |
---|---|
RawContent |
TransferContext
Gets or sets the context of the whole transfer.
Declaration
public IContentTransferContext TransferContext { get; set; }
Property Value
Type | Description |
---|---|
IContentTransferContext |
TransferOptions
Gets or sets the options defined for the whole transfer.
Declaration
public TransferImportOptions TransferOptions { get; set; }
Property Value
Type | Description |
---|---|
TransferImportOptions |