Try our conversational search powered by Generative AI!

Class ContentImportedEventArgs

Argument for event raised when a content item have been imported.

Inheritance
System.Object
System.EventArgs
ContentImportedEventArgs
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.7
Syntax
public class ContentImportedEventArgs : ImportEventArgs

Constructors

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

Gets the reference to the imported content.

Declaration
public ContentReference ContentLink { get; }
Property Value
Type Description
ContentReference

The reference to the imported content.

Extension Methods