DBUSERSUserFeatureTag
Objective-C
enum DBUSERSUserFeatureTag : NSInteger {}
Swift
@frozen enum DBUSERSUserFeatureTag : Int, @unchecked Sendable
The DBUSERSUserFeatureTag enum type represents the possible tag states
with which the DBUSERSUserFeature union can exist.
-
This feature contains information about how the user’s Paper files are stored.
Declaration
Objective-C
DBUSERSUserFeaturePaperAsFilesSwift
case paperAsFiles = 0 -
This feature allows users to lock files in order to restrict other users from editing them.
Declaration
Objective-C
DBUSERSUserFeatureFileLockingSwift
case fileLocking = 1 -
(no description).
Declaration
Objective-C
DBUSERSUserFeatureOtherSwift
case other = 2
View on GitHub
DBUSERSUserFeatureTag Enumeration Reference