Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class PropertyImportContext

Holds the context when transforming properties for Export.

Inheritance
System.Object
PropertyImportContext
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: 11.20.7
Syntax
public class PropertyImportContext

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

Extension Methods