Update Storage/Storage/Public/LCACL.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
e4397e3cee
commit
2a3c2d811b
|
@ -111,7 +111,7 @@ namespace LeanCloud.Storage {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets whether the given user is *explicitly* allowed to read this
|
/// Detects whether the given user is *explicitly* allowed to read this
|
||||||
/// object. Even if this returns false, the user may still be able to read
|
/// object. Even if this returns false, the user may still be able to read
|
||||||
/// it if <see cref="PublicReadAccess"/> is true or a role that the user
|
/// it if <see cref="PublicReadAccess"/> is true or a role that the user
|
||||||
/// belongs to has read access.
|
/// belongs to has read access.
|
||||||
|
|
Loading…
Reference in New Issue