ItemType

public enum ItemType : String, Codable

Box item type

  • File type

    Declaration

    Swift

    case file
  • Version of an existing file

    Declaration

    Swift

    case fileVersion = "file_version"
  • Folder type

    Declaration

    Swift

    case folder
  • User type

    Declaration

    Swift

    case user
  • Weblink type - an object pointing to an URL.

    Declaration

    Swift

    case webLink = "web_link"
  • Tracking code type - a key/value pair set by the user’s admin

    Declaration

    Swift

    case trackingCode = "tracking_code"
  • Enterprise type

    Declaration

    Swift

    case enterprise