Show / Hide Table of Contents

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 Source

GetThumbnailBatchResultData(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 Source

Metadata

Gets the metadata of the get thumbnail batch result data

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

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetThumbnailBatchResultData(FileMetadata, String)
  • Properties
    • Metadata
    • Thumbnail
Back to top Generated by DocFX