Class ThumbnailError
The thumbnail error object
Inheritance
System.Object
    ThumbnailError
      
      
      
      
  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 SourceThumbnailError()
Initializes a new instance of the ThumbnailError class.
Declaration
public ThumbnailError()
  Properties
| Improve this Doc View SourceAsConversionError
Gets this instance as a ConversionError, or null.
Declaration
public ThumbnailError.ConversionError AsConversionError { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailError.ConversionError | 
AsPath
Gets this instance as a Path, or null.
Declaration
public ThumbnailError.Path AsPath { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailError.Path | 
AsUnsupportedExtension
Gets this instance as a UnsupportedExtension, or null.
Declaration
public ThumbnailError.UnsupportedExtension AsUnsupportedExtension { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailError.UnsupportedExtension | 
AsUnsupportedImage
Gets this instance as a UnsupportedImage, or null.
Declaration
public ThumbnailError.UnsupportedImage AsUnsupportedImage { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailError.UnsupportedImage | 
IsConversionError
Gets a value indicating whether this instance is ConversionError
Declaration
public bool IsConversionError { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsUnsupportedExtension
Gets a value indicating whether this instance is UnsupportedExtension
Declaration
public bool IsUnsupportedExtension { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsUnsupportedImage
Gets a value indicating whether this instance is UnsupportedImage
Declaration
public bool IsUnsupportedImage { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |