DBTEAMPOLICIESPaperDesktopPolicyTag
Objective-C
enum DBTEAMPOLICIESPaperDesktopPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESPaperDesktopPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESPaperDesktopPolicyTag
enum type represents the possible
tag states with which the DBTEAMPOLICIESPaperDesktopPolicy
union can
exist.
-
Do not allow team members to use Paper Desktop.
Declaration
Objective-C
DBTEAMPOLICIESPaperDesktopPolicyDisabled
Swift
case disabled = 0
-
Allow team members to use Paper Desktop.
Declaration
Objective-C
DBTEAMPOLICIESPaperDesktopPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESPaperDesktopPolicyOther
Swift
case other = 2