Hevea documentation

TreeNode.GetNode Method 

Gets a node from its identifier

public TreeNode GetNode(
   string nodeId
);

Parameters

nodeId
node identifier

Return Value

the node or null if not found

Exceptions

Exception Type Condition
ArgumentNullException the nodeId parameter is null

See Also

TreeNode Class | Hevea.Core.Http.Html.UI Namespace