Click or drag to resize

PostPublishEventArgs Class


Event arguments that capture that result of "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.6.492
Syntax
public class PostPublishEventArgs : PublishEventArgs

The PostPublishEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPostPublishEventArgsInitializes a new instance of the PostPublishEventArgs class
Top
Properties
 NameDescription
Public propertyAssets Gets the information on Assets to be published
(Inherited from PublishEventArgs)
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
(Inherited from PublishEventArgs)
Public propertyPages Gets the information on Pages to be published
(Inherited from PublishEventArgs)
Public propertyPublishError Gets the exception of Publishing error, if exception occurred during publishing
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Public propertySubmitUserId Gets the ID of the User that submitted the Publishing request
Top
See Also