DBFILESPathOrLinkTag
Objective-C
enum DBFILESPathOrLinkTag : NSInteger {}
                Swift
@frozen enum DBFILESPathOrLinkTag : Int, @unchecked Sendable
                The DBFILESPathOrLinkTag enum type represents the possible tag states with
which the DBFILESPathOrLink union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBFILESPathOrLinkPathSwift
case path = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESPathOrLinkLinkSwift
case link = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESPathOrLinkOtherSwift
case other = 2 
View on GitHub
        DBFILESPathOrLinkTag Enumeration Reference