DBTEAMPOLICIESShowcaseDownloadPolicyTag
Objective-C
enum DBTEAMPOLICIESShowcaseDownloadPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESShowcaseDownloadPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESShowcaseDownloadPolicyTag
enum type represents the
possible tag states with which the DBTEAMPOLICIESShowcaseDownloadPolicy
union can exist.
-
Do not allow files to be downloaded from Showcases.
Declaration
Objective-C
DBTEAMPOLICIESShowcaseDownloadPolicyDisabled
Swift
case disabled = 0
-
Allow files to be downloaded from Showcases.
Declaration
Objective-C
DBTEAMPOLICIESShowcaseDownloadPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESShowcaseDownloadPolicyOther
Swift
case other = 2