Class ExportTransformPropertyEventArgs
Event argument used when exporting property. Event handlers can be used to handle the data transfrom from site format to export format.
Inheritance
System.Object
    System.EventArgs
    
    ExportTransformPropertyEventArgs
  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 ExportTransformPropertyEventArgs : TransformPropertyEventArgsConstructors
ExportTransformPropertyEventArgs(TransferExportOptions, RawProperty, PropertyData, RawContent, IContent)
Creates a new instance of ExportTransformPropertyEventArgs
Declaration
public ExportTransformPropertyEventArgs(TransferExportOptions exportOptions, RawProperty sourceProperty, PropertyData destinationProperty, RawContent contextContent, IContent content)Parameters
| Type | Name | Description | 
|---|---|---|
| TransferExportOptions | exportOptions | |
| RawProperty | sourceProperty | |
| PropertyData | destinationProperty | |
| RawContent | contextContent | |
| IContent | content | 
Properties
Options
The options that is used during export.
Declaration
public TransferExportOptions Options { get; }Property Value
| Type | Description | 
|---|---|
| TransferExportOptions | 
