...
Returns "true" if the user has the role on a project and "false" otherwise.
Example
Code Block | ||
---|---|---|
| ||
return isUserInRole("mike", "PRJ", "Developers"); |
...
...
Returns "true" if the user has the role on a project and "false" otherwise.
Code Block | ||
---|---|---|
| ||
return isUserInRole("mike", "PRJ", "Developers"); |
...