Show / Hide Table of Contents

Class PaperCreateArg

The paper create arg object

Inheritance
System.Object
PaperCreateArg
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 PaperCreateArg

Constructors

| Improve this Doc View Source

PaperCreateArg(String, ImportFormat)

Initializes a new instance of the PaperCreateArg class.

Declaration
public PaperCreateArg(string path, ImportFormat importFormat)
Parameters
Type Name Description
System.String path

The fully qualified path to the location in the user's Dropbox where the Paper Doc should be created. This should include the document's title and end with .paper.

ImportFormat importFormat

The format of the provided data.

Properties

| Improve this Doc View Source

ImportFormat

The format of the provided data.

Declaration
public ImportFormat ImportFormat { get; protected set; }
Property Value
Type Description
ImportFormat
| Improve this Doc View Source

Path

The fully qualified path to the location in the user's Dropbox where the Paper Doc should be created. This should include the document's title and end with .paper.

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