DBTEAMPOLICIESSharedFolderMemberPolicyTag
Objective-C
enum DBTEAMPOLICIESSharedFolderMemberPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESSharedFolderMemberPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESSharedFolderMemberPolicyTag
enum type represents the
possible tag states with which the DBTEAMPOLICIESSharedFolderMemberPolicy
union can exist.
-
Only a teammate can be a member of a folder shared by a team member.
Declaration
Objective-C
DBTEAMPOLICIESSharedFolderMemberPolicyTeam
Swift
case team = 0
-
Anyone can be a member of a folder shared by a team member.
Declaration
Objective-C
DBTEAMPOLICIESSharedFolderMemberPolicyAnyone
Swift
case anyone = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESSharedFolderMemberPolicyOther
Swift
case other = 2