Click or drag to resize
TreeProviderSelectSingleNode Method (Int32, String)
Returns single node specified by node ID and culture.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual TreeNode SelectSingleNode(
	int nodeId,
	string cultureCode = null
)

Parameters

nodeId
Type: SystemInt32
Node ID
cultureCode (Optional)
Type: SystemString
Culture code

Return Value

Type: TreeNode
See Also