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
DBPAPERPaperDocPermissionLevelEditSwift
case edit = 0 -
User will be granted view and comment permissions.
Declaration
Objective-C
DBPAPERPaperDocPermissionLevelViewAndCommentSwift
case viewAndComment = 1 -
(no description).
Declaration
Objective-C
DBPAPERPaperDocPermissionLevelOtherSwift
case other = 2
View on GitHub
DBPAPERPaperDocPermissionLevelTag Enumeration Reference