DropboxGetThumbnailBatchResultEntry Class

Version 1.0.0-beta001
.NET Framework 4.7
Namespace Skybrud.Social.Dropbox.Models.Files
Assembly Skybrud.Social.Dropbox.dll
Visibility Public
Inheritance

Class representing an item in a result of a request to get thumbnails for a collection of images.

public class DropboxGetThumbnailBatchResultEntry : DropboxObject { }

Properties

Type Name Summary
DropboxFileMetadata Metadata

Gets metadata about the file.

String Thumbnail

A string containing the base64-encoded thumbnail data for this file.

JObject JObject (inherited from JsonObjectBase)

Methods

Parse(JObject) (static)

Gets an instance of DropboxGetThumbnailBatchResultEntry from the specified obj.