SyncSetting
public enum SyncSetting : CustomStringConvertible, JSONRepresentable
The SyncSetting union
-
On first sync to members’ computers, the specified folder will follow its parent folder’s setting or otherwise follow default sync behavior.
Declaration
Swift
case default_
-
On first sync to members’ computers, the specified folder will be set to not sync with selective sync.
Declaration
Swift
case notSynced
-
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
Swift
case notSyncedInactive
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }