Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class MirroringExternalDataEventArgs

Inheritance
System.Object
System.EventArgs
MirroringExternalDataEventArgs
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.MirroringService.MirroringTransferProtocol.Common
Assembly: EPiServer.Enterprise.dll
Version: 7.19.2
Syntax
public class MirroringExternalDataEventArgs : EventArgs

Constructors

MirroringExternalDataEventArgs()

Declaration
public MirroringExternalDataEventArgs()

Properties

MirroringDataExporter

Declaration
public MirroringDataExporter MirroringDataExporter { get; set; }
Property Value
Type Description
MirroringDataExporter

Extension Methods