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
DBTEAMPOLICIESShowcaseDownloadPolicyDisabledSwift
case disabled = 0 - 
                  
                  
Allow files to be downloaded from Showcases.
Declaration
Objective-C
DBTEAMPOLICIESShowcaseDownloadPolicyEnabledSwift
case enabled = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESShowcaseDownloadPolicyOtherSwift
case other = 2 
View on GitHub
        DBTEAMPOLICIESShowcaseDownloadPolicyTag Enumeration Reference