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
DBTEAMLOGFolderLinkRestrictionPolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGFolderLinkRestrictionPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGFolderLinkRestrictionPolicyOther
Swift
case other = 2