DocumentHandler StartEvent Method (TreeNode, Int32, Boolean, TreeProvider)Kentico 8.1 API Reference
Initiates the event handling

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

node
Type: CMS.DocumentEngine TreeNode
Tree node (document)
targetParentNodeId
Type: OnlineSystem Int32
Target parent node ID, initialized for operations where it makes sense: Copy, Move, Insert
includeChildNodes
Type: OnlineSystem Boolean
If true the children are included within the operation where it makes sense: Copy
tree
Type: CMS.DocumentEngine TreeProvider
Tree provider

Return Value

Type: DocumentHandler
See Also