Class PaperDocCreateArgs
The paper doc create args object
Inheritance
System.Object
PaperDocCreateArgs
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocCreateArgs
Constructors
| Improve this Doc 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. |
System.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
| Improve this Doc 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 |
---|---|
System.String |