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 SourcePaperCreateResult(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 SourceFileId
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 | 
PaperRevision
The current doc revision.
Declaration
public long PaperRevision { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
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 | 
Url
URL to open the Paper Doc.
Declaration
public string Url { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |