DBUSERSPaperAsFilesValueTag

Objective-C

enum DBUSERSPaperAsFilesValueTag : NSInteger {}

Swift

@frozen enum DBUSERSPaperAsFilesValueTag : Int, @unchecked Sendable

The DBUSERSPaperAsFilesValueTag enum type represents the possible tag states with which the DBUSERSPaperAsFilesValue union can exist.

  • When this value is true, the user’s Paper docs are accessible in Dropbox with the .paper extension and must be accessed via the /files endpoints. When this value is false, the user’s Paper docs are stored separate from Dropbox files and folders and should be accessed via the /paper endpoints.

    Declaration

    Objective-C

    DBUSERSPaperAsFilesValueEnabled

    Swift

    case enabled = 0
  • (no description).

    Declaration

    Objective-C

    DBUSERSPaperAsFilesValueOther

    Swift

    case other = 1