DBFILESSyncSettingArgTag
Objective-C
enum DBFILESSyncSettingArgTag : NSInteger {}
                Swift
@frozen enum DBFILESSyncSettingArgTag : Int, @unchecked Sendable
                The DBFILESSyncSettingArgTag enum type represents the possible tag states
with which the DBFILESSyncSettingArg union can exist.
- 
                  
                  
On first sync to members’ computers, the specified folder will follow its parent folder’s setting or otherwise follow default sync behavior.
Declaration
Objective-C
DBFILESSyncSettingArgDefault_Swift
case default_ = 0 - 
                  
                  
On first sync to members’ computers, the specified folder will be set to not sync with selective sync.
Declaration
Objective-C
DBFILESSyncSettingArgNotSyncedSwift
case notSynced = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESSyncSettingArgOtherSwift
case other = 2 
View on GitHub
        DBFILESSyncSettingArgTag Enumeration Reference