PaperAsFilesValue

public enum PaperAsFilesValue : CustomStringConvertible, JSONRepresentable

The value for paperAsFiles in UserFeature.

  • 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

    Swift

    case enabled(Bool)
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }