ContentLinkMediaSelectorPerformAttachmentAction Method |
Performs the attachment action for the node under workflow.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected void PerformAttachmentAction(
TreeNode node,
bool useAutomaticCheckInOut,
Action action
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Node under which should be performed given action - useAutomaticCheckInOut
- Type: SystemBoolean
Indicates if automatic check-in and check-out should be used - action
- Type: SystemAction
Action to perform
See Also