SaaS CMS has officially launched! Learn more now.

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.Cms.AspNet.dll
Version: 11.20.7
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