Created by Docfx
  • Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

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 Source

PaperDocCreateUpdateResult(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 Source

DocId

Doc ID of the newly created doc.

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

Revision

The Paper doc revision. Simply an ever increasing number.

Declaration
public long Revision { get; protected set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Title

The Paper doc title.

Declaration
public string Title { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperDocCreateUpdateResult(String, Int64, String)
  • Properties
    • DocId
    • Revision
    • Title
Back to top Generated by DocFX