UploadResolution
public struct UploadResolution : OptionSet
This is used in rejectContentDownload
below.
-
Declaration
Swift
public let rawValue: Int
-
Declaration
Swift
public init(rawValue: Int)
-
If you are going to use
rejectContentDownload
(see below), this is the typical upload resolution.Declaration
Swift
public static let keepAll: ContentDownloadResolution.UploadResolution
-
Remove any conflicting local content uploads and/or upload deletions.
Declaration
Swift
public static let removeAll: ContentDownloadResolution.UploadResolution
-
Not having this option means to remove your conflicting content uploads
Declaration
Swift
public static let keepContentUploads: ContentDownloadResolution.UploadResolution
-
Declaration
Swift
public var keepContentUploads: Bool { get }
-
Declaration
Swift
public var removeContentUploads: Bool { get }
-
Not having this option means to remove your conflicting upload deletions.
Declaration
Swift
public static let keepUploadDeletions: ContentDownloadResolution.UploadResolution
-
Declaration
Swift
public var keepUploadDeletions: Bool { get }
-
Declaration
Swift
public var removeUploadDeletions: Bool { get }