Adds a folder to the workspace-tree hierarchy. (V1—V1.0.3)
public long addFolder( long parentBinderId, long binderConfigId, String title );
The addFolder operation adds a folder to the workspace and folder hierarchy.
The identifier of the workspace or folder that is to contain the new folder.
The identifier that maps to the default configuration for the folder you want to create.
A string providing a title for the new entry.
The binder identifier of the newly created folder.
This code creates a new to the container whose binder identifier is 21, gives the folder a configuration identifier of 146 (on our test installation, this corresponds to a discussion folder), and establishes the title of the new folder as . The container whose binder identifier is 21 can be either a workspace or folder.
The operation table for the Windows based facade-client.bat program (Section B.0, Deprecated Web Service Operations)