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