DBTEAMPOLICIESSharedFolderJoinPolicyTag
Objective-C
enum DBTEAMPOLICIESSharedFolderJoinPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESSharedFolderJoinPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESSharedFolderJoinPolicyTag
enum type represents the
possible tag states with which the DBTEAMPOLICIESSharedFolderJoinPolicy
union can exist.
-
Team members can only join folders shared by teammates.
Declaration
Objective-C
DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly
Swift
case fromTeamOnly = 0
-
Team members can join any shared folder, including those shared by users outside the team.
Declaration
Objective-C
DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone
Swift
case fromAnyone = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESSharedFolderJoinPolicyOther
Swift
case other = 2