Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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: 8.11.0
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