DBTEAMPOLICIESFileLockingPolicyStateTag
Objective-C
enum DBTEAMPOLICIESFileLockingPolicyStateTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESFileLockingPolicyStateTag : Int, @unchecked Sendable
The DBTEAMPOLICIESFileLockingPolicyStateTag
enum type represents the
possible tag states with which the DBTEAMPOLICIESFileLockingPolicyState
union can exist.
-
File locking feature is disabled.
Declaration
Objective-C
DBTEAMPOLICIESFileLockingPolicyStateDisabled
Swift
case disabled = 0
-
File locking feature is allowed.
Declaration
Objective-C
DBTEAMPOLICIESFileLockingPolicyStateEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESFileLockingPolicyStateOther
Swift
case other = 2