Returns information needed to construct the Teaming workspace and folder tree. (V1—V1.0.3)
public String getWorkspaceTreeAsXML( long binderId, int levels, String page );
The getWorkspaceTreeAsXML operation returns XML elements needed to construct the requested portion of the Teaming workspace tree.
The binder identifier of the starting node of the returned portion of the hierarchy. The top workspace in the Teaming tree has a binder identifier of 1.
The number of hierarchical levels down from the node specified by binderId that you want to include in the returned information. The value -1 indicates that you want all subsequent levels.
A parameter used to expand pages of binders. When you specify a valid page identifier, Teaming expands the page by the levels indicated in the levels parameter.
If you do not want to expand pages using this call, pass null as this parameter.
The Web-services overview topic contains more detailed information about working with pages (Binder Pages and search_getWorkspaceTreeAsXML).
A string containing XML elements needed to construct each node within the requested levels of the workspace hierarchy.
This code returns a string containing XML information for the first three levels of the workspace hierarchy. The following depicts these levels using default workspace titles:
Level 1: Workspaces
Level 2: Global, Personal, and Team workspaces
Level 3: Children of Global, Personal, and Team
The children of Global workspaces, Personal workspaces, and Team workspaces can be either workspaces or folders.
The operation table for the Windows based facade-client.bat program (Section B.0, Deprecated Web Services Operations)