Class PageImportedEventArgs
The argument passed in the event when a page has been imported to EPiServer through a channel
Inheritance
System.Object
System.EventArgs
PageImportedEventArgs
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
[Obsolete("Use ContentImportedEventArgs instead", false)]
public class PageImportedEventArgs : ContentImportedEventArgs
Constructors
PageImportedEventArgs(String, PageData)
Initializes a new instance of the PageImportedEventArgs class.
Declaration
public PageImportedEventArgs(string channelId, PageData page)
Parameters
Type | Name | Description |
---|---|---|
System.String | channelId | The channel id through which the page was imported |
PageData | page | The page that was created during the import |
Properties
Page
Gets the page that was created during the import
Declaration
public PageData Page { get; }
Property Value
Type | Description |
---|---|
PageData |