Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns "true" if the user has the role on a project and "false" otherwise.

Example

Code Block
languagejs
return isUserInRole("mike", "PRJ", "Developers");

...