Class GetThumbnailBatchResultData
The get thumbnail batch result data object
Inheritance
System.Object
GetThumbnailBatchResultData
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 GetThumbnailBatchResultData
Constructors
| Improve this Doc View SourceGetThumbnailBatchResultData(FileMetadata, String)
Initializes a new instance of the GetThumbnailBatchResultData class.
Declaration
public GetThumbnailBatchResultData(FileMetadata metadata, string thumbnail)
Parameters
Type | Name | Description |
---|---|---|
FileMetadata | metadata | The metadata |
System.String | thumbnail | A string containing the base64-encoded thumbnail data for this file. |
Properties
| Improve this Doc View SourceMetadata
Gets the metadata of the get thumbnail batch result data
Declaration
public FileMetadata Metadata { get; protected set; }
Property Value
Type | Description |
---|---|
FileMetadata |
Thumbnail
A string containing the base64-encoded thumbnail data for this file.
Declaration
public string Thumbnail { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |