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
DBFILESSearchMatchTypeV2Filename
Swift
case filename = 0
-
This item was matched based on its file contents.
Declaration
Objective-C
DBFILESSearchMatchTypeV2FileContent
Swift
case fileContent = 1
-
This item was matched based on both its contents and its file name.
Declaration
Objective-C
DBFILESSearchMatchTypeV2FilenameAndContent
Swift
case filenameAndContent = 2
-
This item was matched on image content.
Declaration
Objective-C
DBFILESSearchMatchTypeV2ImageContent
Swift
case imageContent = 3
-
(no description).
Declaration
Objective-C
DBFILESSearchMatchTypeV2Other
Swift
case other = 4