Click or drag to resize

PageRecursiveEventArgs Class


Event arguments that capture a resurive action on a Page.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Ingeniux.CMS.Event.EntityEventArgs<IPage>
      Ingeniux.CMS.Event.PageRecursiveEventArgs
        Ingeniux.CMS.Event.PageMarkForPublishEventArgs

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

The PageRecursiveEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPageRecursiveEventArgs
Initializes a new instance of the PageRecursiveEventArgs class
Top
Properties
Fields
  NameDescription
Public fieldRecursive
Whether the action is recursive
Top
See Also