Show / Hide Table of Contents

Class ThumbnailV2Error

The thumbnail v2 error object

Inheritance
System.Object
ThumbnailV2Error
ThumbnailV2Error.AccessDenied
ThumbnailV2Error.ConversionError
ThumbnailV2Error.NotFound
ThumbnailV2Error.Other
ThumbnailV2Error.Path
ThumbnailV2Error.UnsupportedExtension
ThumbnailV2Error.UnsupportedImage
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 ThumbnailV2Error

Constructors

| Improve this Doc View Source

ThumbnailV2Error()

Initializes a new instance of the ThumbnailV2Error class.

Declaration
public ThumbnailV2Error()

Properties

| Improve this Doc View Source

AsAccessDenied

Gets this instance as a AccessDenied, or null.

Declaration
public ThumbnailV2Error.AccessDenied AsAccessDenied { get; }
Property Value
Type Description
ThumbnailV2Error.AccessDenied
| Improve this Doc View Source

AsConversionError

Gets this instance as a ConversionError, or null.

Declaration
public ThumbnailV2Error.ConversionError AsConversionError { get; }
Property Value
Type Description
ThumbnailV2Error.ConversionError
| Improve this Doc View Source

AsNotFound

Gets this instance as a NotFound, or null.

Declaration
public ThumbnailV2Error.NotFound AsNotFound { get; }
Property Value
Type Description
ThumbnailV2Error.NotFound
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ThumbnailV2Error.Other AsOther { get; }
Property Value
Type Description
ThumbnailV2Error.Other
| Improve this Doc View Source

AsPath

Gets this instance as a Path, or null.

Declaration
public ThumbnailV2Error.Path AsPath { get; }
Property Value
Type Description
ThumbnailV2Error.Path
| Improve this Doc View Source

AsUnsupportedExtension

Gets this instance as a UnsupportedExtension, or null.

Declaration
public ThumbnailV2Error.UnsupportedExtension AsUnsupportedExtension { get; }
Property Value
Type Description
ThumbnailV2Error.UnsupportedExtension
| Improve this Doc View Source

AsUnsupportedImage

Gets this instance as a UnsupportedImage, or null.

Declaration
public ThumbnailV2Error.UnsupportedImage AsUnsupportedImage { get; }
Property Value
Type Description
ThumbnailV2Error.UnsupportedImage
| Improve this Doc View Source

IsAccessDenied

Gets a value indicating whether this instance is AccessDenied

Declaration
public bool IsAccessDenied { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsConversionError

Gets a value indicating whether this instance is ConversionError

Declaration
public bool IsConversionError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotFound

Gets a value indicating whether this instance is NotFound

Declaration
public bool IsNotFound { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnsupportedExtension

Gets a value indicating whether this instance is UnsupportedExtension

Declaration
public bool IsUnsupportedExtension { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnsupportedImage

Gets a value indicating whether this instance is UnsupportedImage

Declaration
public bool IsUnsupportedImage { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ThumbnailV2Error()
  • Properties
    • AsAccessDenied
    • AsConversionError
    • AsNotFound
    • AsOther
    • AsPath
    • AsUnsupportedExtension
    • AsUnsupportedImage
    • IsAccessDenied
    • IsConversionError
    • IsNotFound
    • IsOther
    • IsPath
    • IsUnsupportedExtension
    • IsUnsupportedImage
Back to top Generated by DocFX