DBFILESFileStatusTag
Objective-C
enum DBFILESFileStatusTag : NSInteger {}
                Swift
@frozen enum DBFILESFileStatusTag : Int, @unchecked Sendable
                The DBFILESFileStatusTag enum type represents the possible tag states with
which the DBFILESFileStatus union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBFILESFileStatusActiveSwift
case active = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESFileStatusDeletedSwift
case deleted = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESFileStatusOtherSwift
case other = 2 
View on GitHub
        DBFILESFileStatusTag Enumeration Reference