Show / Hide Table of Contents

Class AddPaperDocUser

The add paper doc user object

Inheritance
System.Object
RefPaperDoc
AddPaperDocUser
Inherited Members
RefPaperDoc.DocId
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class AddPaperDocUser : RefPaperDoc

Constructors

| Improve this Doc View Source

AddPaperDocUser(String, IEnumerable<AddMember>, String, Boolean)

Initializes a new instance of the AddPaperDocUser class.

Declaration
public AddPaperDocUser(string docId, IEnumerable<AddMember> members, string customMessage = null, bool quiet = false)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

System.Collections.Generic.IEnumerable<AddMember> members

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

System.String customMessage

A personal message that will be emailed to each successfully added member.

System.Boolean quiet

Clients should set this to true if no email message shall be sent to added users.

Properties

| Improve this Doc View Source

CustomMessage

A personal message that will be emailed to each successfully added member.

Declaration
public string CustomMessage { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Members

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

Declaration
public IList<AddMember> Members { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<AddMember>
| Improve this Doc View Source

Quiet

Clients should set this to true if no email message shall be sent to added users.

Declaration
public bool Quiet { get; protected set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AddPaperDocUser(String, IEnumerable<AddMember>, String, Boolean)
  • Properties
    • CustomMessage
    • Members
    • Quiet
Back to top Generated by DocFX