PaperDefaultFolderPolicy

public enum PaperDefaultFolderPolicy : CustomStringConvertible, JSONRepresentable

The PaperDefaultFolderPolicy union

  • Everyone in team will be the default option when creating a folder in Paper.

    Declaration

    Swift

    case everyoneInTeam
  • Invite only will be the default option when creating a folder in Paper.

    Declaration

    Swift

    case inviteOnly
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }