Overload List
Name | Description | |
---|---|---|
GetRoleReadAccess(String) |
Gets whether users belonging to the role with the given roleName
are allowed to read this object. Even if this returns false, the role may still be
able to read it if a parent role has read access.
| |
GetRoleReadAccess(ParseRole) |
Gets whether users belonging to the role are allowed to read this object.
Even if this returns false, the role may still be able to read it if a
parent role has read access.
|
See Also