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 type

Name of objecttype (fully qualified with module)

Return value

RECORD

Root object

fullname

Full name of the object (must be unique among all objects)

haschildren

Whether the object has children

icon

Name of icon to display for this object

id

Id of root object (must be 0)

name

Local name of the object

sortkey

Case-sensitive string the children are sorted on

subnodes

List of subnodes for this object type