Click or drag to resize

AdvancePublishStepEventArgs Properties


The AdvancePublishStepEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEntity
Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgs<T>.)
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 propertyStep
Gets the name of the current major step
Public propertySubmitUserId
Gets the ID of the User that submitted the publish request
(Inherited from PublishingTaskEventArgs.)
Top
See Also