Try our conversational search powered by Generative AI!

Class PropertyExportContext

Holds the context when transforming properties for Export.

Inheritance
System.Object
PropertyExportContext
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 PropertyExportContext

Constructors

PropertyExportContext()

Declaration
public PropertyExportContext()

Properties

Output

Gets or sets the RawContent output currently being constructed.

Declaration
public RawContent Output { get; set; }
Property Value
Type Description
RawContent

Source

Gets or sets the source content currently being exported.

Declaration
public IContent Source { 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 exported.

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 TransferExportOptions TransferOptions { get; set; }
Property Value
Type Description
TransferExportOptions

Extension Methods