DBUSERSFileLockingValueTag

Objective-C

enum DBUSERSFileLockingValueTag : NSInteger {}

Swift

@frozen enum DBUSERSFileLockingValueTag : Int, @unchecked Sendable

The DBUSERSFileLockingValueTag enum type represents the possible tag states with which the DBUSERSFileLockingValue union can exist.

  • When this value is True, the user can lock files in shared directories. When the value is False the user can unlock the files they have locked or request to unlock files locked by others.

    Declaration

    Objective-C

    DBUSERSFileLockingValueEnabled

    Swift

    case enabled = 0
  • (no description).

    Declaration

    Objective-C

    DBUSERSFileLockingValueOther

    Swift

    case other = 1