Click or drag to resize
WorkflowEventArgs Properties

The WorkflowEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAttachment
Document attachment, used where it makes sense: Save attachment version
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyDocument
Edited version of the document
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyPreviousStep
Previous workflow step, used where it makes sense: After approve, After reject, After archive
Public propertyPublishedDocument
Published version of the document, available only for Published handler in after event
Public propertyTreeProvider
Tree provider
Public propertyVersionComment
Version comment, used where it makes sense: Save version
Public propertyVersionHistory
Version history info record, used where it makes sense: Save version
Public propertyVersionNumber
Version number, used where it makes sense: Save version
Top
See Also