archiveBrowserTreeNodeDTO element
Type: | archiveBrowserTreeNodeDTO |
Namespace: | (default namespace) |
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).
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<archiveBrowserTreeNodeDTO>
<leaf>...</leaf>
<nodeName>...</nodeName>
<path>...</path>
<children>
<!--...-->
</children>
<children>
<!--...-->
</children>
<!--...more "children" elements...-->
</archiveBrowserTreeNodeDTO>