DBPAPERSharingPublicPolicyTypeTag
Objective-C
enum DBPAPERSharingPublicPolicyTypeTag : NSInteger {}
Swift
@frozen enum DBPAPERSharingPublicPolicyTypeTag : Int, @unchecked Sendable
The DBPAPERSharingPublicPolicyTypeTag
enum type represents the possible
tag states with which the DBPAPERSharingPublicPolicyType
union can exist.
-
Users who have a link to this doc can edit it.
Declaration
Objective-C
DBPAPERSharingPublicPolicyTypePeopleWithLinkCanEdit
Swift
case peopleWithLinkCanEdit = 0
-
Users who have a link to this doc can view and comment on it.
Declaration
Objective-C
DBPAPERSharingPublicPolicyTypePeopleWithLinkCanViewAndComment
Swift
case peopleWithLinkCanViewAndComment = 1
-
Users must be explicitly invited to this doc.
Declaration
Objective-C
DBPAPERSharingPublicPolicyTypeInviteOnly
Swift
case inviteOnly = 2
-
Value used to indicate that doc sharing is enabled only within team.
Declaration
Objective-C
DBPAPERSharingPublicPolicyTypeDisabled
Swift
case disabled = 3