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
DBFILESSyncSettingNotSyncedSwift
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
DBFILESSyncSettingNotSyncedInactiveSwift
case notSyncedInactive = 2 -
(no description).
Declaration
Objective-C
DBFILESSyncSettingOtherSwift
case other = 3
View on GitHub
DBFILESSyncSettingTag Enumeration Reference