SharingTeamPolicyType
public enum SharingTeamPolicyType : CustomStringConvertible, JSONRepresentable
The sharing policy type of the Paper doc.
-
Users who have a link to this doc can edit it.
Declaration
Swift
case peopleWithLinkCanEdit
-
Users who have a link to this doc can view and comment on it.
Declaration
Swift
case peopleWithLinkCanViewAndComment
-
Users must be explicitly invited to this doc.
Declaration
Swift
case inviteOnly
-
Declaration
Swift
public var description: String { get }