DBFILESFileCategoryTag
Objective-C
enum DBFILESFileCategoryTag : NSInteger {}
Swift
@frozen enum DBFILESFileCategoryTag : Int, @unchecked Sendable
The DBFILESFileCategoryTag enum type represents the possible tag states
with which the DBFILESFileCategory union can exist.
-
jpg, png, gif, and more.
Declaration
Objective-C
DBFILESFileCategoryImageSwift
case image = 0 -
doc, docx, txt, and more.
Declaration
Objective-C
DBFILESFileCategoryDocumentSwift
case document = 1 -
pdf.
Declaration
Objective-C
DBFILESFileCategoryPdfSwift
case pdf = 2 -
xlsx, xls, csv, and more.
Declaration
Objective-C
DBFILESFileCategorySpreadsheetSwift
case spreadsheet = 3 -
ppt, pptx, key, and more.
Declaration
Objective-C
DBFILESFileCategoryPresentationSwift
case presentation = 4 -
mp3, wav, mid, and more.
Declaration
Objective-C
DBFILESFileCategoryAudioSwift
case audio = 5 -
mov, wmv, mp4, and more.
Declaration
Objective-C
DBFILESFileCategoryVideoSwift
case video = 6 -
dropbox folder.
Declaration
Objective-C
DBFILESFileCategoryFolderSwift
case folder = 7 -
dropbox paper doc.
Declaration
Objective-C
DBFILESFileCategoryPaperSwift
case paper = 8 -
any file not in one of the categories above.
Declaration
Objective-C
DBFILESFileCategoryOthersSwift
case others = 9 -
(no description).
Declaration
Objective-C
DBFILESFileCategoryOtherSwift
case other = 10
View on GitHub
DBFILESFileCategoryTag Enumeration Reference