Folder

public struct Folder

Folder namespace.

  • The identifier of the root folder in every user account.

    Declaration

    Swift

    public static let root: UInt64
  • Folder permissions. Folder permissions apply to folders not owned by the users that access them. They are controlled by the owner of the folder.

    See more

    Declaration

    Swift

    public struct Permissions : OptionSet
    extension Folder.Permissions: CustomStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public enum Ownership
    extension Folder.Ownership: CustomStringConvertible
  • A pCloud folder.

    See more

    Declaration

    Swift

    open class Metadata : Content.Metadata
    extension Folder.Metadata: CustomStringConvertible