Click or drag to resize
TreeHelperSelectSingleNode Method (String)
Returns single document node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static TreeNode SelectSingleNode(
	string aliasPath
)

Parameters

aliasPath
Type: SystemString
Node AliasPath

Return Value

Type: TreeNode
See Also