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.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- role
- Type: ParseParseRole
The name of the role.
Return Value
Type: BooleanWhether the role has access.
See Also