DBPAPERPaperDocPermissionLevelTag
Objective-C
enum DBPAPERPaperDocPermissionLevelTag : NSInteger {}
Swift
@frozen enum DBPAPERPaperDocPermissionLevelTag : Int, @unchecked Sendable
The DBPAPERPaperDocPermissionLevelTag
enum type represents the possible
tag states with which the DBPAPERPaperDocPermissionLevel
union can exist.
-
User will be granted edit permissions.
Declaration
Objective-C
DBPAPERPaperDocPermissionLevelEdit
Swift
case edit = 0
-
User will be granted view and comment permissions.
Declaration
Objective-C
DBPAPERPaperDocPermissionLevelViewAndComment
Swift
case viewAndComment = 1
-
(no description).
Declaration
Objective-C
DBPAPERPaperDocPermissionLevelOther
Swift
case other = 2