Class ThumbnailV2Error
The thumbnail v2 error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ThumbnailV2Error
  Constructors
| Improve this Doc View SourceThumbnailV2Error()
Initializes a new instance of the ThumbnailV2Error class.
Declaration
public ThumbnailV2Error()
  Properties
| Improve this Doc View SourceAsAccessDenied
Gets this instance as a AccessDenied, or null.
Declaration
public ThumbnailV2Error.AccessDenied AsAccessDenied { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailV2Error.AccessDenied | 
AsConversionError
Gets this instance as a ConversionError, or null.
Declaration
public ThumbnailV2Error.ConversionError AsConversionError { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailV2Error.ConversionError | 
AsNotFound
Gets this instance as a NotFound, or null.
Declaration
public ThumbnailV2Error.NotFound AsNotFound { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailV2Error.NotFound | 
AsOther
Gets this instance as a Other, or null.
Declaration
public ThumbnailV2Error.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailV2Error.Other | 
AsPath
Gets this instance as a Path, or null.
Declaration
public ThumbnailV2Error.Path AsPath { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailV2Error.Path | 
AsUnsupportedExtension
Gets this instance as a UnsupportedExtension, or null.
Declaration
public ThumbnailV2Error.UnsupportedExtension AsUnsupportedExtension { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailV2Error.UnsupportedExtension | 
AsUnsupportedImage
Gets this instance as a UnsupportedImage, or null.
Declaration
public ThumbnailV2Error.UnsupportedImage AsUnsupportedImage { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailV2Error.UnsupportedImage | 
IsAccessDenied
Gets a value indicating whether this instance is AccessDenied
Declaration
public bool IsAccessDenied { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsConversionError
Gets a value indicating whether this instance is ConversionError
Declaration
public bool IsConversionError { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsNotFound
Gets a value indicating whether this instance is NotFound
Declaration
public bool IsNotFound { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { 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 |