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

    DBTEAMTeamFolderStatusActive

    Swift

    case active = 0
  • The team folder is not accessible outside of the team folder manager.

    Declaration

    Objective-C

    DBTEAMTeamFolderStatusArchived

    Swift

    case archived = 1
  • The team folder is not accessible outside of the team folder manager.

    Declaration

    Objective-C

    DBTEAMTeamFolderStatusArchiveInProgress

    Swift

    case archiveInProgress = 2
  • (no description).

    Declaration

    Objective-C

    DBTEAMTeamFolderStatusOther

    Swift

    case other = 3