NSFileManagerSupportedSyncControls
An option set of the sync controls available for an item.
Declaration
struct NSFileManagerSupportedSyncControlsOverview
Get an instance of this type by calling resourceValues(forKeys:) on a URL instance (Swift) or getResourceValue(_:forKey:) on an NSURL (Swift or Objective-C) and passing in the key ubiquitousItemSupportedSyncControlsKey.
Topics
Inspecting supported sync controls
Working with raw values
See Also
Controlling file provider synchronization
pauseSyncForUbiquitousItem(at:completionHandler:)resumeSyncForUbiquitousItem(at:with:completionHandler:)NSFileManagerResumeSyncBehaviorfetchLatestRemoteVersionOfItem(at:completionHandler:)NSFileVersionuploadLocalVersionOfUbiquitousItem(at:withConflictResolutionPolicy:completionHandler:)NSFileManagerUploadLocalVersionConflictPolicy