PropertiesSearchMatch
open class PropertiesSearchMatch : CustomStringConvertible
The PropertiesSearchMatch struct
-
The ID for the matched file or folder.
Declaration
Swift
public let id: String
-
The path for the matched file or folder.
Declaration
Swift
public let path: String
-
Whether the file or folder is deleted.
Declaration
Swift
public let isDeleted: Bool
-
List of custom property groups associated with the file.
Declaration
Swift
public let propertyGroups: Array<FileProperties.PropertyGroup>
-
Declaration
Swift
open var description: String { get }