Class ContentExportedEventArgs
Argument for event raised when a content item have been exported.
Inheritance
System.Object
System.EventArgs
ContentExportedEventArgs
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.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 11.20.7Syntax
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. |