Class PaperDocCreateArgs
The paper doc create args object
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocCreateArgs
Constructors
View SourcePaperDocCreateArgs(ImportFormat, string)
Initializes a new instance of the PaperDocCreateArgs class.
Declaration
public PaperDocCreateArgs(ImportFormat importFormat, string parentFolderId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ImportFormat | importFormat | The format of provided data. |
| string | parentFolderId | The Paper folder ID where the Paper document should be created. The API user has to have write access to this folder or error is thrown. |
Properties
View SourceImportFormat
The format of provided data.
Declaration
public ImportFormat ImportFormat { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ImportFormat |
ParentFolderId
The Paper folder ID where the Paper document should be created. The API user has to have write access to this folder or error is thrown.
Declaration
public string ParentFolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |