PreserveDeletedFiles
public enum PreserveDeletedFiles : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case preserve = "PRESERVE" -
Undocumented
Declaration
Swift
case remove = "REMOVE" -
Declaration
Swift
public var description: String { get }
View on GitHub
PreserveDeletedFiles Enumeration Reference