Click or drag to resize

PageDeleteEventArgs Class


Event arguments that capture information on deletion of a Page.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIPage
      Ingeniux.CMS.EventContentItemDeleteEventArgsIPage
        Ingeniux.CMS.EventPageDeleteEventArgs

Namespace: Ingeniux.CMS.Event
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public class PageDeleteEventArgs : ContentItemDeleteEventArgs<IPage>

The PageDeleteEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPageDeleteEventArgsInitializes a new instance of the PageDeleteEventArgs class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyPageId Gets/sets the unique id of the involved Page
Public propertyPermenantDelete Gets/sets whether the deletion if permenant
(Inherited from ContentItemDeleteEventArgsT)
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Top
See Also