cnsGetTrees
Returns the ID paths of all trees of the given view.
Synopsis
bool cnsGetTrees(string view, dyn_string &nodes);
Parameters
| Parameter | Description | 
|---|---|
| view | Name of the view | 
| nodes | Receives the ID paths of all trees of the given view | 
Return value
Returns TRUE if successful or FALSE in case of an error.
Errors
-
Description
This function returns the ID paths of all trees of a view.
main()
{
  dyn_string treePaths;
  cnsGetTrees("System1.View1:", treePaths);
}Availability
UI, CTRL
