Class ContentImportedEventArgs
The argument passed in the event when a content has been imported to EPiServer through a channel
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.ContentChannels.Events
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public class ContentImportedEventArgs : ChannelEventArgs
Constructors
ContentImportedEventArgs(String, IContent)
Initializes a new instance of the PageImportedEventArgs class.
Declaration
public ContentImportedEventArgs(string channelId, IContent content)
Parameters
Type | Name | Description |
---|---|---|
System.String | channelId | The channel id through which the content was imported |
IContent | content | The content. |
Properties
Content
Gets the content that was created during the import
Declaration
public IContent Content { get; }
Property Value
Type | Description |
---|---|
IContent |