Ownership
public enum Ownership
extension Folder.Ownership: CustomStringConvertible
Undocumented
-
The user that accesses this folder is its owner.
Declaration
Swift
case ownedByUser -
The user that accesses this folder is not its owner. This folder is shared with the user and certain permissions apply.
Declaration
Swift
case notOwnedByUser(Permissions) -
Declaration
Swift
public var description: String { get }
View on GitHub
Ownership Enumeration Reference