Show / Hide Table of Contents

Class GetThumbnailBatchResult

The get thumbnail batch result object

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

Constructors

| Improve this Doc View Source

GetThumbnailBatchResult(IEnumerable<GetThumbnailBatchResultEntry>)

Initializes a new instance of the GetThumbnailBatchResult class.

Declaration
public GetThumbnailBatchResult(IEnumerable<GetThumbnailBatchResultEntry> entries)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<GetThumbnailBatchResultEntry> entries

List of files and their thumbnails.

Properties

| Improve this Doc View Source

Entries

List of files and their thumbnails.

Declaration
public IList<GetThumbnailBatchResultEntry> Entries { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<GetThumbnailBatchResultEntry>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetThumbnailBatchResult(IEnumerable<GetThumbnailBatchResultEntry>)
  • Properties
    • Entries
Back to top Generated by DocFX