Skip to end of banner
Go to start of banner

admAddGroupToProjectRole

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

Adds a single group to a project role if the group is not already in that role.

Parameters

Return Type

Boolean

Returns "true" if operation succeeded.

Example

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

See also

  • No labels