DBFILESSearchMatchTypeV2Tag
Objective-C
enum DBFILESSearchMatchTypeV2Tag : NSInteger {}
Swift
@frozen enum DBFILESSearchMatchTypeV2Tag : Int, @unchecked Sendable
The DBFILESSearchMatchTypeV2Tag enum type represents the possible tag
states with which the DBFILESSearchMatchTypeV2 union can exist.
-
This item was matched on its file or folder name.
Declaration
Objective-C
DBFILESSearchMatchTypeV2FilenameSwift
case filename = 0 -
This item was matched based on its file contents.
Declaration
Objective-C
DBFILESSearchMatchTypeV2FileContentSwift
case fileContent = 1 -
This item was matched based on both its contents and its file name.
Declaration
Objective-C
DBFILESSearchMatchTypeV2FilenameAndContentSwift
case filenameAndContent = 2 -
This item was matched on image content.
Declaration
Objective-C
DBFILESSearchMatchTypeV2ImageContentSwift
case imageContent = 3 -
(no description).
Declaration
Objective-C
DBFILESSearchMatchTypeV2OtherSwift
case other = 4
View on GitHub
DBFILESSearchMatchTypeV2Tag Enumeration Reference