TreeHelperSelectSingleNode Method (Int32) |
Returns single node specified by NodeID, uses the preferred culture.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static TreeNode SelectSingleNode(
int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
Node ID to select
Return Value
Type:
TreeNodeSee Also