Sets whether the given user id is allowed to read this object.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- userId
- Type: SystemString
The objectId of the user. - allowed
- Type: SystemBoolean
Whether the user has permission.
See Also