Establishes inheritance as the access-control mechanism for a folder or workspace.
public void binder_setFunctionMembershipInherited( String accessToken, long binderId, boolean inherit );
The binder_setFunctionMembershipInherited establishes whether a specified workspace or folder inherits access-control settings from its parent binder.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The binder identifier for the workspace or folder for which you want to establish the inheritance setting for access control.
A true or false value that establishes whether the binder inherits its access-control settings.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)