DBFILEPROPERTIESTemplateFilterTag
Objective-C
enum DBFILEPROPERTIESTemplateFilterTag : NSInteger {}
Swift
@frozen enum DBFILEPROPERTIESTemplateFilterTag : Int, @unchecked Sendable
The DBFILEPROPERTIESTemplateFilterTag enum type represents the possible
tag states with which the DBFILEPROPERTIESTemplateFilter union can exist.
-
Only templates with an ID in the supplied list will be returned (a subset of templates will be returned).
Declaration
Objective-C
DBFILEPROPERTIESTemplateFilterFilterSomeSwift
case filterSome = 0 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESTemplateFilterOtherSwift
case other = 1 -
No templates will be filtered from the result (all templates will be returned).
Declaration
Objective-C
DBFILEPROPERTIESTemplateFilterFilterNoneSwift
case filterNone = 2
View on GitHub
DBFILEPROPERTIESTemplateFilterTag Enumeration Reference