Class PaperDocCreateUpdateResult
The paper doc create update result object
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocCreateUpdateResult
Constructors
View SourcePaperDocCreateUpdateResult(string, long, string)
Initializes a new instance of the PaperDocCreateUpdateResult class.
Declaration
public PaperDocCreateUpdateResult(string docId, long revision, string title)
Parameters
| Type | Name | Description |
|---|---|---|
| string | docId | Doc ID of the newly created doc. |
| long | revision | The Paper doc revision. Simply an ever increasing number. |
| string | title | The Paper doc title. |
Properties
View SourceDocId
Doc ID of the newly created doc.
Declaration
public string DocId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Revision
The Paper doc revision. Simply an ever increasing number.
Declaration
public long Revision { get; protected set; }
Property Value
| Type | Description |
|---|---|
| long |
Title
The Paper doc title.
Declaration
public string Title { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |