binder_setFunctionMembershipInherited

Establishes inheritance as the access-control mechanism for a folder or workspace.

Syntax

public void binder_setFunctionMembershipInherited( String accessToken, long binderId, boolean inherit );

Description

The binder_setFunctionMembershipInherited establishes whether a specified workspace or folder inherits access-control settings from its parent binder.

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 for which you want to establish the inheritance setting for access control.

inherit

A true or false value that establishes whether the binder inherits its access-control settings.

return_value

None.

See Also