Click or drag to resize

UpdatePublishStepEventArgs Class


Event arguments that capture the progression within a major step with items count, during execution of a Publishing Task.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIPublishingTask
      Ingeniux.CMS.EventPublishingTaskEventArgs
        Ingeniux.CMS.EventUpdatePublishStepEventArgs

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public class UpdatePublishStepEventArgs : PublishingTaskEventArgs

The UpdatePublishStepEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodUpdatePublishStepEventArgs
Initializes a new instance of the UpdatePublishStepEventArgs class
Top
Properties
  NameDescription
Public propertyEntity
Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT.)
Public propertyErrorMessage
Gets the error message during update, if there are any
Public propertyNumPublished
Gets the count of items that were published
Public propertyPubTargetId
Gets the ID of Publishing Target, the publish to happen on
(Inherited from PublishingTaskEventArgs.)
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 publish request
(Inherited from PublishingTaskEventArgs.)
Public propertyUpdateType
Gets the name of update "type"
Top
See Also