binder_getBinderByPathName

Accepts a directory specification to get information about a binder.

Syntax

public Binder binder_getBinderByPathName( String accessToken, String pathName, boolean includeAttachments );

Description

The binder_getBinderByPathName operation uses a workspace-hierarchy path name to get information about a workspace or folder.

Parameters and Return Value

accessToken

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

pathName

The titles of the binder for which you want information, preceded by the titles of all of its parents, separated by slashes:

Workspaces / Global workspaces / wsOrfolderTitle / ... / titleTargetWS
includeAttachments

A Boolean value that indicates whether you want Vibe to return attached files.

By default, workspaces do not include attached files. However, users can use the designers to define workspaces that do include attached files.

return_value

A Binder Java object that contains data and methods for the requested binder.

See Also