ParseACLSetReadAccess Method (ParseUser, Boolean)Parse
Sets whether the given user is allowed to read this object.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public void SetReadAccess(
	ParseUser user,
	bool allowed
)

Parameters

user
Type: ParseParseUser
The user.
allowed
Type: SystemBoolean
Whether the user has permission.
See Also

Reference