| WorkflowEvents Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.DocumentEngine
 Syntax
Syntaxpublic static class WorkflowEvents
The WorkflowEvents type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|   | Action | 
            Fires when a workflow action is executed
             | 
|   | Approve | 
            Fires when the document is approved (moved to next step)
             | 
|   | Archive | 
            Fires when a version of the document is archived
             | 
|   | CheckIn | 
            Fires when the document is checked in
             | 
|   | CheckOut | 
            Fires when the document is checked out
             | 
|   | Publish | 
            Fires when a version of the document is published
             | 
|   | Reject | 
            Fires when the document is rejected (moved to previous step)
             | 
|   | RemoveAttachmentVersion | 
            Fires when an attachment is removed from he document (during DocumentHelper.DeleteAtachment under workflow etc.)
             | 
|   | SaveAttachmentVersion | 
            Fires when a new attachment is added to the document or and attachment is updated (during DocumentHelper.AddAtachment under workflow etc.)
             | 
|   | SaveVersion | 
            Fires when a version of the document is saved (during DocumentHelper.UpdateDocument under workflow etc.)
             | 
|   | UndoCheckOut | 
            Fires when the undo checkout is performed
             | 
 See Also
See Also