DBTEAMLOGFolderLinkRestrictionPolicyTag
Objective-C
enum DBTEAMLOGFolderLinkRestrictionPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGFolderLinkRestrictionPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGFolderLinkRestrictionPolicyTag enum type represents the
possible tag states with which the DBTEAMLOGFolderLinkRestrictionPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGFolderLinkRestrictionPolicyDisabledSwift
case disabled = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGFolderLinkRestrictionPolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGFolderLinkRestrictionPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGFolderLinkRestrictionPolicyTag Enumeration Reference