Class ContentExportedEventArgs
Argument for event raised when a content item have been exported.
Inherited Members
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
public class ContentExportedEventArgs : ExportEventArgs
Constructors
ContentExportedEventArgs(ContentReference, Type)
Initializes a new instance of the ContentExportedEventArgs class.
Declaration
public ContentExportedEventArgs(ContentReference contentReference, Type exporter)
Parameters
Type | Name | Description |
---|---|---|
ContentReference | contentReference | The content reference. |
System.Type | exporter | The exporter. |
Properties
ContentLink
Gets the reference to the content item that was exported.
Declaration
public ContentReference ContentLink { get; }
Property Value
Type | Description |
---|---|
ContentReference | The content link. |