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
DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnlySwift
case fromTeamOnly = 0 -
Team members can join any shared folder, including those shared by users outside the team.
Declaration
Objective-C
DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyoneSwift
case fromAnyone = 1 -
(no description).
Declaration
Objective-C
DBTEAMPOLICIESSharedFolderJoinPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMPOLICIESSharedFolderJoinPolicyTag Enumeration Reference