DBTEAMPOLICIESSmartSyncPolicyTag
Objective-C
enum DBTEAMPOLICIESSmartSyncPolicyTag : NSInteger {}
                Swift
@frozen enum DBTEAMPOLICIESSmartSyncPolicyTag : Int, @unchecked Sendable
                The DBTEAMPOLICIESSmartSyncPolicyTag enum type represents the possible tag
states with which the DBTEAMPOLICIESSmartSyncPolicy union can exist.
- 
                  
                  
The specified content will be synced as local files by default.
Declaration
Objective-C
DBTEAMPOLICIESSmartSyncPolicyLocalSwift
case local = 0 - 
                  
                  
The specified content will be synced as on-demand files by default.
Declaration
Objective-C
DBTEAMPOLICIESSmartSyncPolicyOnDemandSwift
case onDemand = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESSmartSyncPolicyOtherSwift
case other = 2 
View on GitHub
        DBTEAMPOLICIESSmartSyncPolicyTag Enumeration Reference