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
DBTEAMHasTeamSharedDropboxValueHasTeamSharedDropbox
Swift
case hasTeamSharedDropbox = 0
-
(no description).
Declaration
Objective-C
DBTEAMHasTeamSharedDropboxValueOther
Swift
case other = 1