Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Delegate ContentExportingEventHandler

Namespace: EPiServer.Enterprise
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("Use IDataExporter (or IDataExportEvents for events)", true)]
public delegate void ContentExportingEventHandler(DataExporter dataExporting, ContentExportingEventArgs e);
Parameters
Type Name Description
DataExporter dataExporting
ContentExportingEventArgs e

Constructors

ContentExportingEventHandler(Object, IntPtr)

Declaration
public ContentExportingEventHandler(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(DataExporter, ContentExportingEventArgs, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(DataExporter dataExporting, ContentExportingEventArgs e, AsyncCallback callback, object object)
Parameters
Type Name Description
DataExporter dataExporting
ContentExportingEventArgs e
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(DataExporter, ContentExportingEventArgs)

Declaration
public virtual void Invoke(DataExporter dataExporting, ContentExportingEventArgs e)
Parameters
Type Name Description
DataExporter dataExporting
ContentExportingEventArgs e

Extension Methods