DBPAPERSharingTeamPolicyTypeTag
Objective-C
enum DBPAPERSharingTeamPolicyTypeTag : NSInteger {}
Swift
@frozen enum DBPAPERSharingTeamPolicyTypeTag : Int, @unchecked Sendable
The DBPAPERSharingTeamPolicyTypeTag
enum type represents the possible tag
states with which the DBPAPERSharingTeamPolicyType
union can exist.
-
Users who have a link to this doc can edit it.
Declaration
Objective-C
DBPAPERSharingTeamPolicyTypePeopleWithLinkCanEdit
Swift
case peopleWithLinkCanEdit = 0
-
Users who have a link to this doc can view and comment on it.
Declaration
Objective-C
DBPAPERSharingTeamPolicyTypePeopleWithLinkCanViewAndComment
Swift
case peopleWithLinkCanViewAndComment = 1
-
Users must be explicitly invited to this doc.
Declaration
Objective-C
DBPAPERSharingTeamPolicyTypeInviteOnly
Swift
case inviteOnly = 2