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
DBTEAMLOGSharingFolderJoinPolicyFromAnyone
Swift
case fromAnyone = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharingFolderJoinPolicyFromTeamOnly
Swift
case fromTeamOnly = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharingFolderJoinPolicyOther
Swift
case other = 2