Gets whether the given user 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
- user
- Type: ParseParseUser
The user to check.
Return Value
Type: BooleanWhether the user has access.
See Also