ParseACLGetWriteAccess Method (ParseUser)Parse
Gets whether the given user is *explicitly* allowed to write this object. Even if this returns false, the user may still be able to write it if PublicReadAccess is true or a role that the user belongs to has write access.

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

public bool GetWriteAccess(
	ParseUser user
)

Parameters

user
Type: ParseParseUser
The user to check.

Return Value

Type: Boolean
Whether the user has access.
See Also

Reference