Class ExportArg
The export arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ExportArg
Constructors
View SourceExportArg(string, string)
Initializes a new instance of the ExportArg class.
Declaration
public ExportArg(string path, string exportFormat = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path of the file to be exported. |
| string | exportFormat | The file format to which the file should be exported. This must be one of the formats listed in the file's export_options returned by GetMetadataAsync(GetMetadataArg). If none is specified, the default format (specified in export_as in file metadata) will be used. |
Properties
View SourceExportFormat
The file format to which the file should be exported. This must be one of the formats listed in the file's export_options returned by GetMetadataAsync(GetMetadataArg). If none is specified, the default format (specified in export_as in file metadata) will be used.
Declaration
public string ExportFormat { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Path
The path of the file to be exported.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |