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 SourceExportResult(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 SourceExportMetadata
Metadata for the exported version of the file.
Declaration
public ExportMetadata ExportMetadata { get; protected set; }
Property Value
Type | Description |
---|---|
ExportMetadata |
FileMetadata
Metadata for the original file.
Declaration
public FileMetadata FileMetadata { get; protected set; }
Property Value
Type | Description |
---|---|
FileMetadata |