Dropbox .NET SDK
Show / Hide Table of Contents

Class ThumbnailError.UnsupportedImage

The image cannot be converted to a thumbnail.

Inheritance
object
ThumbnailError
ThumbnailError.UnsupportedImage
Inherited Members
ThumbnailError.IsPath
ThumbnailError.AsPath
ThumbnailError.IsUnsupportedExtension
ThumbnailError.AsUnsupportedExtension
ThumbnailError.IsUnsupportedImage
ThumbnailError.AsUnsupportedImage
ThumbnailError.IsEncryptedContent
ThumbnailError.AsEncryptedContent
ThumbnailError.IsConversionError
ThumbnailError.AsConversionError
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class ThumbnailError.UnsupportedImage : ThumbnailError

Fields

View Source

Instance

A singleton instance of UnsupportedImage

Declaration
public static readonly ThumbnailError.UnsupportedImage Instance
Field Value
Type Description
ThumbnailError.UnsupportedImage
  • View Source
In this article
Back to top Dropbox .NET SDK