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
System.Object
  System.EventArgs
    Ingeniux.CMS.Event.EntityEventArgs<IPublishingTask>
      Ingeniux.CMS.Event.PublishingTaskEventArgs
        Ingeniux.CMS.Event.UpdatePublishStepEventArgs

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
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 EntityEventArgs<T>.)
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 EntityEventArgs<T>.)
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