FindById(Index: Integer): IWebTreeNode;
Index. Node index.
The FindById method searches for a node by unique numeric identifier.
This method returns Null if the node is not found. The unique numeric identifier is generated on creating a node and is available in the IWebTreeNode.Id property.
See also: