binder_getFolders

Returns a folder collection for a binder’s sub-folders.

Syntax

public FolderCollection binder_getFolders( String accessToken, long binderId,int firstRecord, int maxRecords );

Description

The binder_getFolders operation returns a folder collection, which contains information about the sub-folders of a specified binder.

Parameters and Return Value

accessToken

Either the security token passed to your application by Teaming as part of implementing a remote application, or the null value.

binderId

The binder identifier for the workspace or folder for which you want information about its sub-folders.

firstRecord

The index of the first record whose folder information you want to obtain. The index is 0-based.

maxRecord

The maximum number of folders whose information should be returned. Specify -1 for unlimited.

return_value

A FolderCollection Java object containing information about the sub-folders.

See Also