DBTEAMPOLICIESFileProviderMigrationPolicyStateTag
Objective-C
enum DBTEAMPOLICIESFileProviderMigrationPolicyStateTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESFileProviderMigrationPolicyStateTag : Int, @unchecked Sendable
The DBTEAMPOLICIESFileProviderMigrationPolicyStateTag
enum type represents
the possible tag states with which the
DBTEAMPOLICIESFileProviderMigrationPolicyState
union can exist.
-
Team admin has opted out of File Provider Migration for team members.
Declaration
Objective-C
DBTEAMPOLICIESFileProviderMigrationPolicyStateDisabled
Swift
case disabled = 0
-
Team admin has not opted out of File Provider Migration for team members.
Declaration
Objective-C
DBTEAMPOLICIESFileProviderMigrationPolicyStateEnabled
Swift
case enabled = 1
-
Team admin has default value based on team tier.
Declaration
Objective-C
DBTEAMPOLICIESFileProviderMigrationPolicyStateDefault_
Swift
case default_ = 2
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESFileProviderMigrationPolicyStateOther
Swift
case other = 3