Overload List
| Name | Description | |
|---|---|---|
| GetReadAccess(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.
| |
| GetReadAccess(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.
|
See Also