admRemoveGroupFromProjectRole

Description

Removes a single group from a project role if the group is in that role.

Parameters

Return Type

Boolean

Returns "true" if operation succeeded.

Example

removeGroupFromProjectRole("dev-group, "TEST", "Developers");

See also