ParseACLSetRoleWriteAccess Method (ParseRole, Boolean)Parse
Sets whether users belonging to the given role are allowed to write this object.

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

public void SetRoleWriteAccess(
	ParseRole role,
	bool allowed
)

Parameters

role
Type: ParseParseRole
The role.
allowed
Type: SystemBoolean
Whether the role has access.
See Also

Reference