Class ThumbnailError
The thumbnail error object
Inheritance
ThumbnailError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ThumbnailError
Constructors
View SourceThumbnailError()
Initializes a new instance of the ThumbnailError class.
Declaration
public ThumbnailError()
Properties
View SourceAsConversionError
Gets this instance as a ConversionError, or null.
Declaration
public ThumbnailError.ConversionError AsConversionError { get; }
Property Value
| Type | Description |
|---|---|
| ThumbnailError.ConversionError |
AsEncryptedContent
Gets this instance as a EncryptedContent, or null.
Declaration
public ThumbnailError.EncryptedContent AsEncryptedContent { get; }
Property Value
| Type | Description |
|---|---|
| ThumbnailError.EncryptedContent |
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 |
|---|---|
| bool |
IsEncryptedContent
Gets a value indicating whether this instance is EncryptedContent
Declaration
public bool IsEncryptedContent { 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 |