Click or drag to resize
ContentActionsControlProcessAction Method
Processes the given action.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected TreeNode ProcessAction(
	TreeNode node,
	TreeNode targetNode,
	string action,
	bool childNodes,
	bool throwExceptions,
	bool copyPermissions
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node to process
targetNode
Type: CMS.DocumentEngineTreeNode
Target node
action
Type: SystemString
Action to process
childNodes
Type: SystemBoolean
Process also child nodes
throwExceptions
Type: SystemBoolean
If true, the exceptions are thrown
copyPermissions
Type: SystemBoolean
Indicates if permissions should be copied

Return Value

Type: TreeNode
See Also