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

    DBUSERSUserFeaturePaperAsFiles

    Swift

    case paperAsFiles = 0
  • This feature allows users to lock files in order to restrict other users from editing them.

    Declaration

    Objective-C

    DBUSERSUserFeatureFileLocking

    Swift

    case fileLocking = 1
  • (no description).

    Declaration

    Objective-C

    DBUSERSUserFeatureOther

    Swift

    case other = 2