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
DBTEAMPOLICIESFileLockingPolicyStateDisabledSwift
case disabled = 0 - 
                  
                  
File locking feature is allowed.
Declaration
Objective-C
DBTEAMPOLICIESFileLockingPolicyStateEnabledSwift
case enabled = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESFileLockingPolicyStateOtherSwift
case other = 2 
View on GitHub
        DBTEAMPOLICIESFileLockingPolicyStateTag Enumeration Reference