ParseACLGetWriteAccess Method Parse
Overload List

  NameDescription
Public methodGetWriteAccess(String)
Gets whether the given user id 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.
Public methodGetWriteAccess(ParseUser)
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.
Top
See Also

Reference