Update Storage/Storage/Public/LCACL.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
2a3c2d811b
commit
3e3dd04305
|
@ -138,7 +138,7 @@ namespace LeanCloud.Storage {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets whether the given user is *explicitly* allowed to write this
|
/// Detects whether the given user 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="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 write access.
|
/// belongs to has write access.
|
||||||
|
|
Loading…
Reference in New Issue