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

    DBFILEPROPERTIESTemplateFilterFilterSome

    Swift

    case filterSome = 0
  • (no description).

    Declaration

    Objective-C

    DBFILEPROPERTIESTemplateFilterOther

    Swift

    case other = 1
  • No templates will be filtered from the result (all templates will be returned).

    Declaration

    Objective-C

    DBFILEPROPERTIESTemplateFilterFilterNone

    Swift

    case filterNone = 2