Class AddPaperDocUser
The add paper doc user object
Inherited Members
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 SourceAddPaperDocUser(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 SourceCustomMessage
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 |
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> |
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 |