Class ThumbnailV2Error
The thumbnail v2 error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ThumbnailV2Error
Constructors
View SourceThumbnailV2Error()
Initializes a new instance of the ThumbnailV2Error class.
Declaration
public ThumbnailV2Error()
Properties
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 |
AsEncryptedContent
Gets this instance as a EncryptedContent, or null.
Declaration
public ThumbnailV2Error.EncryptedContent AsEncryptedContent { get; }
Property Value
| Type | Description |
|---|---|
| ThumbnailV2Error.EncryptedContent |
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 |
|---|---|
| bool |
IsConversionError
Gets a value indicating whether this instance is ConversionError
Declaration
public bool IsConversionError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsEncryptedContent
Gets a value indicating whether this instance is EncryptedContent
Declaration
public bool IsEncryptedContent { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNotFound
Gets a value indicating whether this instance is NotFound
Declaration
public bool IsNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnsupportedExtension
Gets a value indicating whether this instance is UnsupportedExtension
Declaration
public bool IsUnsupportedExtension { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnsupportedImage
Gets a value indicating whether this instance is UnsupportedImage
Declaration
public bool IsUnsupportedImage { get; }
Property Value
| Type | Description |
|---|---|
| bool |