ParseACLGetReadAccess Method Parse
Overload List

  NameDescription
Public methodGetReadAccess(String)
Gets whether the given user id is *explicitly* allowed to read this object. Even if this returns false, the user may still be able to read it if PublicReadAccess is true or a role that the user belongs to has read access.
Public methodGetReadAccess(ParseUser)
Gets whether the given user is *explicitly* allowed to read this object. Even if this returns false, the user may still be able to read it if PublicReadAccess is true or a role that the user belongs to has read access.
Top
See Also

Reference