DBUSERSUserFeatureValueTag
Objective-C
enum DBUSERSUserFeatureValueTag : NSInteger {}
Swift
@frozen enum DBUSERSUserFeatureValueTag : Int, @unchecked Sendable
The DBUSERSUserFeatureValueTag
enum type represents the possible tag
states with which the DBUSERSUserFeatureValue
union can exist.
-
(no description).
Declaration
Objective-C
DBUSERSUserFeatureValuePaperAsFiles
Swift
case paperAsFiles = 0
-
(no description).
Declaration
Objective-C
DBUSERSUserFeatureValueFileLocking
Swift
case fileLocking = 1
-
(no description).
Declaration
Objective-C
DBUSERSUserFeatureValueOther
Swift
case other = 2