Show / Hide Table of Contents

Class ExportArg

The export arg object

Inheritance
System.Object
ExportArg
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 ExportArg

Constructors

| Improve this Doc View Source

ExportArg(String, String)

Initializes a new instance of the ExportArg class.

Declaration
public ExportArg(string path, string exportFormat = null)
Parameters
Type Name Description
System.String path

The path of the file to be exported.

System.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

| Improve this Doc View Source

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.

Declaration
public string ExportFormat { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Path

The path of the file to be exported.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ExportArg(String, String)
  • Properties
    • ExportFormat
    • Path
Back to top Generated by DocFX