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

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node (document)
target
Type: CMS.DocumentEngineTreeNode
Target parent node, 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