DBTEAMPOLICIESShowcaseExternalSharingPolicyTag
Objective-C
enum DBTEAMPOLICIESShowcaseExternalSharingPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESShowcaseExternalSharingPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESShowcaseExternalSharingPolicyTag enum type represents
the possible tag states with which the
DBTEAMPOLICIESShowcaseExternalSharingPolicy union can exist.
-
Do not allow showcases to be shared with people not on the team.
Declaration
Objective-C
DBTEAMPOLICIESShowcaseExternalSharingPolicyDisabledSwift
case disabled = 0 -
Allow showcases to be shared with people not on the team.
Declaration
Objective-C
DBTEAMPOLICIESShowcaseExternalSharingPolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMPOLICIESShowcaseExternalSharingPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMPOLICIESShowcaseExternalSharingPolicyTag Enumeration Reference