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
DBTEAMPOLICIESShowcaseExternalSharingPolicyDisabled
Swift
case disabled = 0
-
Allow showcases to be shared with people not on the team.
Declaration
Objective-C
DBTEAMPOLICIESShowcaseExternalSharingPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESShowcaseExternalSharingPolicyOther
Swift
case other = 2