Class PaperCreateArg
The paper create arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class PaperCreateArg
Constructors
View SourcePaperCreateArg(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 SourceImportFormat
The format of the provided data.
Declaration
public ImportFormat ImportFormat { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ImportFormat |
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 |