Class ContentExportingEventArgs
Argument for event raised when a content item is about to be exported.
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
public class ContentExportingEventArgs : ContentExportedEventArgs
Constructors
ContentExportingEventArgs(ContentReference, Type, ITransferContentData)
Initializes a new instance of the Content
Declaration
public ContentExportingEventArgs(ContentReference contentReference, Type exporter, ITransferContentData transferContentData)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentReference | The content reference. |
System. |
exporter | The exporter. |
ITransfer |
transferContentData | The transfer content data. |
Properties
Cancel
Gets or sets a value indicating whether the export of the content item should be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System. |
|
TransferContentData
Gets the transfer content data.
Declaration
public ITransferContentData TransferContentData { get; }
Property Value
Type | Description |
---|---|
ITransfer |
The transfer content data. |