DBTEAMHasTeamSharedDropboxValueTag
Objective-C
enum DBTEAMHasTeamSharedDropboxValueTag : NSInteger {}
Swift
@frozen enum DBTEAMHasTeamSharedDropboxValueTag : Int, @unchecked Sendable
The DBTEAMHasTeamSharedDropboxValueTag enum type represents the possible
tag states with which the DBTEAMHasTeamSharedDropboxValue union can exist.
-
Does this team have a shared team root.
Declaration
Objective-C
DBTEAMHasTeamSharedDropboxValueHasTeamSharedDropboxSwift
case hasTeamSharedDropbox = 0 -
(no description).
Declaration
Objective-C
DBTEAMHasTeamSharedDropboxValueOtherSwift
case other = 1
View on GitHub
DBTEAMHasTeamSharedDropboxValueTag Enumeration Reference