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 SourcePaperCreateArg(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 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 |
---|---|
System.String |