Dropbox .NET SDK
Show / Hide Table of Contents

Class ThumbnailError

The thumbnail error object

Inheritance
object
ThumbnailError
ThumbnailError.ConversionError
ThumbnailError.EncryptedContent
ThumbnailError.Path
ThumbnailError.UnsupportedExtension
ThumbnailError.UnsupportedImage
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ThumbnailError

Constructors

View Source

ThumbnailError()

Initializes a new instance of the ThumbnailError class.

Declaration
public ThumbnailError()

Properties

View Source

AsConversionError

Gets this instance as a ConversionError, or null.

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

AsEncryptedContent

Gets this instance as a EncryptedContent, or null.

Declaration
public ThumbnailError.EncryptedContent AsEncryptedContent { get; }
Property Value
Type Description
ThumbnailError.EncryptedContent
View Source

AsPath

Gets this instance as a Path, or null.

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

AsUnsupportedExtension

Gets this instance as a UnsupportedExtension, or null.

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

AsUnsupportedImage

Gets this instance as a UnsupportedImage, or null.

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

IsConversionError

Gets a value indicating whether this instance is ConversionError

Declaration
public bool IsConversionError { get; }
Property Value
Type Description
bool
View Source

IsEncryptedContent

Gets a value indicating whether this instance is EncryptedContent

Declaration
public bool IsEncryptedContent { get; }
Property Value
Type Description
bool
View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
bool
View Source

IsUnsupportedExtension

Gets a value indicating whether this instance is UnsupportedExtension

Declaration
public bool IsUnsupportedExtension { get; }
Property Value
Type Description
bool
View Source

IsUnsupportedImage

Gets a value indicating whether this instance is UnsupportedImage

Declaration
public bool IsUnsupportedImage { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK