Class ImportTransformPropertyEventArgs
Event argument used when importing property. Event handlers can be used to handle the data transfrom from import format to site format.
Inheritance
System.Object
    System.EventArgs
    
    ImportTransformPropertyEventArgs
  Inherited Members
      System.EventArgs.Empty
    
    
      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: 10.10.4Syntax
public class ImportTransformPropertyEventArgs : TransformPropertyEventArgsConstructors
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 | 
