archiveBrowserTreeNodeDTO
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
A tree node item that gives all information necessary to browse into an archive. Including child nodes of the node (note that child nodes only go 1 level deep).
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
leaf (boolean) | 1/1 | Get the flag that states if this node has children. |
nodeName (string) | 0/1 | Get the name of this node. |
path (string) | 0/1 | Get the path of this node. |
children (archiveBrowserTreeNodeDTO) | 0/unbounded | Get the list of children of this node. |