TolliumUser::GetObjectsTree (open)
Returns the tree with all visible objects of a specific type
Syntax
LOADLIB "mod::tollium/lib/users.whlib";
RECORD FUNCTION GetObjectsTree(STRING type)Parameters
STRING typeName of objecttype (fully qualified with module)
Return value
RECORDRoot object
fullnameFull name of the object (must be unique among all objects)
haschildrenWhether the object has children
iconName of icon to display for this object
idId of root object (must be 0)
nameLocal name of the object
sortkeyCase-sensitive string the children are sorted on
subnodesList of subnodes for this object type