Show / Hide Table of Contents

Class PaperCreateResult

The paper create result object

Inheritance
System.Object
PaperCreateResult
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class PaperCreateResult

Constructors

| Improve this Doc View Source

PaperCreateResult(String, String, String, Int64)

Initializes a new instance of the PaperCreateResult class.

Declaration
public PaperCreateResult(string url, string resultPath, string fileId, long paperRevision)
Parameters
Type Name Description
System.String url

URL to open the Paper Doc.

System.String resultPath

The fully qualified path the Paper Doc was actually created at.

System.String fileId

The id to use in Dropbox APIs when referencing the Paper Doc.

System.Int64 paperRevision

The current doc revision.

Properties

| Improve this Doc View Source

FileId

The id to use in Dropbox APIs when referencing the Paper Doc.

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

PaperRevision

The current doc revision.

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

ResultPath

The fully qualified path the Paper Doc was actually created at.

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

Url

URL to open the Paper Doc.

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