Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperCreateArg

The paper create arg object

Inheritance
object
PaperCreateArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class PaperCreateArg

Constructors

View Source

PaperCreateArg(string, ImportFormat)

Initializes a new instance of the PaperCreateArg class.

Declaration
public PaperCreateArg(string path, ImportFormat importFormat)
Parameters
Type Name Description
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

View Source

ImportFormat

The format of the provided data.

Declaration
public ImportFormat ImportFormat { get; protected set; }
Property Value
Type Description
ImportFormat
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
string
  • View Source
In this article
Back to top Dropbox .NET SDK