Click or drag to resize
ContentLinkMediaSelectorGetNodeDetails Method
Gets the complete tree node with coupled data.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected TreeNode GetNodeDetails(
	TreeNode node,
	string siteName
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document
siteName
Type: SystemString
Site name

Return Value

Type: TreeNode
See Also