binder_setTeamMembers

Establishes members of a team for a binder.

Syntax

public void binder_setTeamMembers( String accessToken, long binderId, String[] teamMembers );

Description

The binder_setTeamMembers operation establishes members of the team for a specified 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.

binder

The binder identifier for the workspace or folder for which you want to establish team membership.

return_value

None.

teamMembers

Names of the team members.

See Also