Click or drag to resize

PageRecursiveEventArgs Class


Event arguments that capture a resurive action on a Page.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIPage
      Ingeniux.CMS.EventPageRecursiveEventArgs
        Ingeniux.CMS.EventPageMarkForPublishEventArgs

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

The PageRecursiveEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPageRecursiveEventArgsInitializes a new instance of the PageRecursiveEventArgs class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Top
Fields
 NameDescription
Public fieldRecursive Whether the action is recursive
Top
See Also