Click or drag to resize
DocumentHandlerStartEvent Method (TreeNode, Int32, Boolean, TreeProvider)
Initiates the event handling

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public DocumentHandler StartEvent(
	TreeNode node,
	int targetParentNodeId,
	bool includeChildNodes,
	TreeProvider tree
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node (document)
targetParentNodeId
Type: SystemInt32
Target parent node ID, initialized for operations where it makes sense: Copy, Move, Insert
includeChildNodes
Type: SystemBoolean
If true the children are included within the operation where it makes sense: Copy
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider

Return Value

Type: DocumentHandler
See Also