DocumentHandlerStartEvent Method (TreeNode, TreeNode, Boolean, TreeProvider) |
Initiates the event handling
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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:
DocumentHandlerSee Also