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