SyncSettingArg
public enum SyncSettingArg : CustomStringConvertible, JSONRepresentable
The SyncSettingArg 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 -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
SyncSettingArg Enumeration Reference