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