Overload List
Name | Description | |
---|---|---|
GetRoleWriteAccess(String) |
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.
| |
GetRoleWriteAccess(ParseRole) |
Gets whether users belonging to the role 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.
|
See Also