DBFILESSyncSettingTag
Objective-C
enum DBFILESSyncSettingTag : NSInteger {}
Swift
@frozen enum DBFILESSyncSettingTag : Int, @unchecked Sendable
The DBFILESSyncSettingTag
enum type represents the possible tag states
with which the DBFILESSyncSetting
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
DBFILESSyncSettingDefault_
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
DBFILESSyncSettingNotSynced
Swift
case notSynced = 1
-
The specified folder’s not_synced setting is inactive due to its location or other configuration changes. It will follow its parent folder’s setting.
Declaration
Objective-C
DBFILESSyncSettingNotSyncedInactive
Swift
case notSyncedInactive = 2
-
(no description).
Declaration
Objective-C
DBFILESSyncSettingOther
Swift
case other = 3