Class PaperDocCreateUpdateResult
The paper doc create update result object
Inheritance
System.Object
PaperDocCreateUpdateResult
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 PaperDocCreateUpdateResult
Constructors
| Improve this Doc View SourcePaperDocCreateUpdateResult(String, Int64, String)
Initializes a new instance of the PaperDocCreateUpdateResult class.
Declaration
public PaperDocCreateUpdateResult(string docId, long revision, string title)
Parameters
Type | Name | Description |
---|---|---|
System.String | docId | Doc ID of the newly created doc. |
System.Int64 | revision | The Paper doc revision. Simply an ever increasing number. |
System.String | title | The Paper doc title. |
Properties
| Improve this Doc View SourceDocId
Doc ID of the newly created doc.
Declaration
public string DocId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Revision
The Paper doc revision. Simply an ever increasing number.
Declaration
public long Revision { get; protected set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Title
The Paper doc title.
Declaration
public string Title { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |