archiveBrowserTreeViewResponse element
Type: | archiveBrowserTreeViewResponseDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
The archive browser tree view resposne which contains the standard 'data' element, which is the tree node details.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<archiveBrowserTreeViewResponse>
<data>
<leaf>...</leaf>
<nodeName>...</nodeName>
<path>...</path>
<children>
<!--...-->
</children>
<children>
<!--...-->
</children>
<!--...more "children" elements...-->
</data>
</archiveBrowserTreeViewResponse>