Click or drag to resize
WorkflowEvents Fields

The WorkflowEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAction
Fires when a workflow action is executed
Public fieldStatic memberApprove
Fires when the document is approved (moved to next step)
Public fieldStatic memberArchive
Fires when a version of the document is archived
Public fieldStatic memberCheckIn
Fires when the document is checked in
Public fieldStatic memberCheckOut
Fires when the document is checked out
Public fieldStatic memberPublish
Fires when a version of the document is published
Public fieldStatic memberReject
Fires when the document is rejected (moved to previous step)
Public fieldStatic memberRemoveAttachmentVersion
Fires when an attachment is removed from he document (during DocumentHelper.DeleteAtachment under workflow etc.)
Public fieldStatic memberSaveAttachmentVersion
Fires when a new attachment is added to the document or and attachment is updated (during DocumentHelper.AddAtachment under workflow etc.)
Public fieldStatic memberSaveVersion
Fires when a version of the document is saved (during DocumentHelper.UpdateDocument under workflow etc.)
Public fieldStatic memberUndoCheckOut
Fires when the undo checkout is performed
Top
See Also