UserFeature
public enum UserFeature : CustomStringConvertible, JSONRepresentable
A set of features that a Dropbox User account may have configured.
-
This feature contains information about how the user’s Paper files are stored.
Declaration
Swift
case paperAsFiles -
This feature allows users to lock files in order to restrict other users from editing them.
Declaration
Swift
case fileLocking -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
UserFeature Enumeration Reference