ParseACLSetWriteAccess Method (String, Boolean)Parse
Sets whether the given user id is allowed to write this object.

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

public void SetWriteAccess(
	string userId,
	bool allowed
)

Parameters

userId
Type: SystemString
The objectId of the user.
allowed
Type: SystemBoolean
Whether the user has permission.
See Also

Reference