DBTEAMTeamFolderStatusTag
Objective-C
enum DBTEAMTeamFolderStatusTag : NSInteger {}
                Swift
@frozen enum DBTEAMTeamFolderStatusTag : Int, @unchecked Sendable
                The DBTEAMTeamFolderStatusTag enum type represents the possible tag states
with which the DBTEAMTeamFolderStatus union can exist.
- 
                  
                  
The team folder and sub-folders are available to all members.
Declaration
Objective-C
DBTEAMTeamFolderStatusActiveSwift
case active = 0 - 
                  
                  
The team folder is not accessible outside of the team folder manager.
Declaration
Objective-C
DBTEAMTeamFolderStatusArchivedSwift
case archived = 1 - 
                  
                  
The team folder is not accessible outside of the team folder manager.
Declaration
Objective-C
DBTEAMTeamFolderStatusArchiveInProgressSwift
case archiveInProgress = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMTeamFolderStatusOtherSwift
case other = 3 
View on GitHub
        DBTEAMTeamFolderStatusTag Enumeration Reference