LCACL

Objective-C

@interface LCACL : NSObject <NSCopying>

Swift

class LCACL : NSObject, NSCopying

Undocumented

Creating an ACL */

Controlling Public Access */

Controlling Access Per-User */

Controlling Access Per-Role */

Setting Access Defaults */

  • Undocumented

    Declaration

    Objective-C

    + (void)setDefaultACL:(nonnull LCACL *)acl
        withAccessForCurrentUser:(BOOL)currentUserAccess;

    Swift

    class func setDefault(_ acl: LCACL, withAccessForCurrentUser currentUserAccess: Bool)