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

    DBFILESSyncSettingArgNotSynced

    Swift

    case notSynced = 1
  • (no description).

    Declaration

    Objective-C

    DBFILESSyncSettingArgOther

    Swift

    case other = 2