Gets whether the given user id is *explicitly* allowed to read this object.
Even if this returns false, the user may still be able to read it if
PublicReadAccess is true or a role that the user belongs to has read access.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- userId
- Type: SystemString
The user objectId to check.
Return Value
Type: BooleanWhether the user has access.
See Also