ContentActionsControlProcessAction Method |
Processes the given action.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax 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:
TreeNodeSee Also