binder_setOwner

Establishes the owner of the binder.

Syntax

public long binder_setOwner( String accessToken, long binderId, long userId);

Description

The binder_setOwner operation establishes the specified user as the owner of 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.

binderId

The binder identifier for the workspace or folder whose owner you want to establish.

userId

The identifier for the user whom you want to be the owner of the binder.

return_value

None.

See Also