Contents

NSFileManagerResumeSyncBehavior

The behaviors the file manager can apply to resolve conflicts when resuming a sync.

Declaration

enum NSFileManagerResumeSyncBehavior

Overview

You use this type when calling resumeSyncForUbiquitousItem(at:with:completionHandler:) to resume synchronizing. In most situations, the NSFileManagerResumeSyncBehavior.preserveLocalChanges behavior is the best choice to avoid risk of data loss.

Topics

Identifying sync behaviors

Working with raw values

See Also

Controlling file provider synchronization