Click or drag to resize

UpdatePublishStepEventArgs Properties


The UpdatePublishStepEventArgs type exposes the following members.

Properties
  Name Description
Public property Entity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public property ErrorMessage Gets the error message during update, if there are any
Public property NumPublished Gets the count of items that were published
Public property PubTargetId Gets the ID of Publishing Target, the publish to happen on
(Inherited from PublishingTaskEventArgs)
Public property Session Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Public property SubmitUserId Gets the ID of the User that submitted the publish request
(Inherited from PublishingTaskEventArgs)
Public property UpdateType Gets the name of update "type"
Top
See Also