Click or drag to resize
WorkflowHandlerStartEvent Method (TreeNode, AttachmentInfo, TreeProvider)
Initiates the event handling

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public WorkflowHandler StartEvent(
	TreeNode document,
	AttachmentInfo attachment,
	TreeProvider tree
)

Parameters

document
Type: CMS.DocumentEngineTreeNode
Document
attachment
Type: CMS.DocumentEngineAttachmentInfo
Attachment
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider

Return Value

Type: WorkflowHandler
See Also