ListPaperDocsSortBy

public enum ListPaperDocsSortBy : CustomStringConvertible, JSONRepresentable

The ListPaperDocsSortBy union

  • Sorts the Paper docs by the time they were last accessed.

    Declaration

    Swift

    case accessed
  • Sorts the Paper docs by the time they were last modified.

    Declaration

    Swift

    case modified
  • Sorts the Paper docs by the creation time.

    Declaration

    Swift

    case created
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }