Gets whether the given user id is *explicitly* allowed to write this object.
Even if this returns false, the user may still be able to write it if
PublicReadAccess is true or a role that the user belongs to has write 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