Click or drag to resize
ContentLinkMediaSelectorPerformAttachmentAction Method
Performs the attachment action for the node under workflow.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
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