Show / Hide Table of Contents

Class ThumbnailError

The thumbnail error object

Inheritance
System.Object
ThumbnailError
ThumbnailError.ConversionError
ThumbnailError.Path
ThumbnailError.UnsupportedExtension
ThumbnailError.UnsupportedImage
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 ThumbnailError

Constructors

| Improve this Doc View Source

ThumbnailError()

Initializes a new instance of the ThumbnailError class.

Declaration
public ThumbnailError()

Properties

| Improve this Doc View Source

AsConversionError

Gets this instance as a ConversionError, or null.

Declaration
public ThumbnailError.ConversionError AsConversionError { get; }
Property Value
Type Description
ThumbnailError.ConversionError
| Improve this Doc View Source

AsPath

Gets this instance as a Path, or null.

Declaration
public ThumbnailError.Path AsPath { get; }
Property Value
Type Description
ThumbnailError.Path
| Improve this Doc View Source

AsUnsupportedExtension

Gets this instance as a UnsupportedExtension, or null.

Declaration
public ThumbnailError.UnsupportedExtension AsUnsupportedExtension { get; }
Property Value
Type Description
ThumbnailError.UnsupportedExtension
| Improve this Doc View Source

AsUnsupportedImage

Gets this instance as a UnsupportedImage, or null.

Declaration
public ThumbnailError.UnsupportedImage AsUnsupportedImage { get; }
Property Value
Type Description
ThumbnailError.UnsupportedImage
| Improve this Doc View Source

IsConversionError

Gets a value indicating whether this instance is ConversionError

Declaration
public bool IsConversionError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnsupportedExtension

Gets a value indicating whether this instance is UnsupportedExtension

Declaration
public bool IsUnsupportedExtension { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnsupportedImage

Gets a value indicating whether this instance is UnsupportedImage

Declaration
public bool IsUnsupportedImage { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ThumbnailError()
  • Properties
    • AsConversionError
    • AsPath
    • AsUnsupportedExtension
    • AsUnsupportedImage
    • IsConversionError
    • IsPath
    • IsUnsupportedExtension
    • IsUnsupportedImage
Back to top Generated by DocFX