DBTEAMLOGSharingFolderJoinPolicyTag
Objective-C
enum DBTEAMLOGSharingFolderJoinPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGSharingFolderJoinPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGSharingFolderJoinPolicyTag enum type represents the possible
tag states with which the DBTEAMLOGSharingFolderJoinPolicy union can
exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharingFolderJoinPolicyFromAnyoneSwift
case fromAnyone = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGSharingFolderJoinPolicyFromTeamOnlySwift
case fromTeamOnly = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGSharingFolderJoinPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGSharingFolderJoinPolicyTag Enumeration Reference