Click or drag to resize

PublishEventArgs Class


Event arguments that capture the information of a "Publishing" action.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIPublishingTarget
      Ingeniux.CMS.EventPublishEventArgs
        Ingeniux.CMS.EventPostPublishEventArgs

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public class PublishEventArgs : EntityEventArgs<IPublishingTarget>

The PublishEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPublishEventArgs
Initializes a new instance of the PublishEventArgs class
Top
Properties
  NameDescription
Public propertyAssets
Gets the information on Assets to be published
Public propertyEntity
Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT.)
Public propertyFullPublish
Gets whether it is a full or incremental publish
Public propertyPages
Gets the information on Pages to be published
Public propertySession
Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT.)
Top
See Also