Click or drag to resize

PageMarkForPublishEventArgs Class


Event arguments that capture the "Mark/unmark for publish" action of 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 PageMarkForPublishEventArgs : PageRecursiveEventArgs

The PageMarkForPublishEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPageMarkForPublishEventArgs Initializes a new instance of the PageMarkForPublishEventArgs class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyMarkedPublishingTargets Gets the marked Publishing Target and marking version
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Public propertyUnmarkedPublishingTargets Gets the unmarked Publishing Targets
Top
Fields
 NameDescription
Public fieldRecursive Whether the action is recursive
(Inherited from PageRecursiveEventArgs)
Top
See Also