AddPaperDocUser

public class AddPaperDocUser : Paper.RefPaperDoc

The AddPaperDocUser struct

  • User which should be added to the Paper doc. Specify only email address or Dropbox account ID.

    Declaration

    Swift

    public let members: [Paper.AddMember]
  • A personal message that will be emailed to each successfully added member.

    Declaration

    Swift

    public let customMessage: String?
  • Clients should set this to true if no email message shall be sent to added users.

    Declaration

    Swift

    public let quiet: Bool