Class PageDeletingEventArgs
Represents the argument passed in the event when a page is about to be deleted in EPiServer through a channel
Inheritance
System.Object
System.EventArgs
PageDeletingEventArgs
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 ContentDeletingEventArgs instead", false)]
public class PageDeletingEventArgs : ContentDeletingEventArgs
Constructors
PageDeletingEventArgs(String, Guid, String)
Constructor
Declaration
public PageDeletingEventArgs(string channelId, Guid pageId, string cultureName)
Parameters
Type | Name | Description |
---|---|---|
System.String | channelId | The channel id |
System.Guid | pageId | The page GUID of the page to be deleted |
System.String | cultureName | The culture names of the langugage versions to be deleted |
Properties
PageId
Gets the id for the page that is to be deleted
Declaration
public Guid PageId { get; }
Property Value
Type | Description |
---|---|
System.Guid |