ParseACLGetRoleWriteAccess Method (String)Parse
Gets whether users belonging to the role with the given roleName are allowed to write this object. Even if this returns false, the role may still be able to write it if a parent role has write access.

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

public bool GetRoleWriteAccess(
	string roleName
)

Parameters

roleName
Type: SystemString
The name of the role.

Return Value

Type: Boolean
Whether the role has access.
See Also

Reference