Show / Hide Table of Contents

Class ExportResult

The export result object

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

Constructors

| Improve this Doc View Source

ExportResult(ExportMetadata, FileMetadata)

Initializes a new instance of the ExportResult class.

Declaration
public ExportResult(ExportMetadata exportMetadata, FileMetadata fileMetadata)
Parameters
Type Name Description
ExportMetadata exportMetadata

Metadata for the exported version of the file.

FileMetadata fileMetadata

Metadata for the original file.

Properties

| Improve this Doc View Source

ExportMetadata

Metadata for the exported version of the file.

Declaration
public ExportMetadata ExportMetadata { get; protected set; }
Property Value
Type Description
ExportMetadata
| Improve this Doc View Source

FileMetadata

Metadata for the original file.

Declaration
public FileMetadata FileMetadata { get; protected set; }
Property Value
Type Description
FileMetadata
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ExportResult(ExportMetadata, FileMetadata)
  • Properties
    • ExportMetadata
    • FileMetadata
Back to top Generated by DocFX