Class ExportTransformPropertyEventArgs
Event argument used when exporting property. Event handlers can be used to handle the data transfrom from site format to export format.
Inherited Members
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ExportTransformPropertyEventArgs : TransformPropertyEventArgs
Constructors
ExportTransformPropertyEventArgs(TransferExportOptions, RawProperty, PropertyData, RawContent, IContent)
Creates a new instance of Export
Declaration
public ExportTransformPropertyEventArgs(TransferExportOptions exportOptions, RawProperty sourceProperty, PropertyData destinationProperty, RawContent contextContent, IContent content)
Parameters
Type | Name | Description |
---|---|---|
Transfer |
exportOptions | |
Raw |
sourceProperty | |
Property |
destinationProperty | |
Raw |
contextContent | |
IContent | content |
Properties
Options
The options that is used during export.
Declaration
public TransferExportOptions Options { get; }
Property Value
Type | Description |
---|---|
Transfer |