Show / Hide Table of Contents

Class GetThumbnailBatchArg

Arguments for GetThumbnailBatchAsync(GetThumbnailBatchArg).

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

Constructors

| Improve this Doc View Source

GetThumbnailBatchArg(IEnumerable<ThumbnailArg>)

Initializes a new instance of the GetThumbnailBatchArg class.

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

List of files to get thumbnails.

Properties

| Improve this Doc View Source

Entries

List of files to get thumbnails.

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