Update Storage/Storage/Public/LCACL.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
e6a50459c7
commit
6949af5f75
|
@ -4,7 +4,7 @@ using System.Collections.Generic;
|
||||||
namespace LeanCloud.Storage {
|
namespace LeanCloud.Storage {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// LCACL is used to control which users and roles can access or modify
|
/// LCACL is used to control which users and roles can access or modify
|
||||||
/// a particular object. Each LCObject can have its own LCObject.
|
/// a particular object. Each LCObject can have its own LCACL.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class LCACL {
|
public class LCACL {
|
||||||
const string PublicKey = "*";
|
const string PublicKey = "*";
|
||||||
|
|
Loading…
Reference in New Issue