Show / Hide Table of Contents

Class PreviewError

The preview error object

Inheritance
System.Object
PreviewError
PreviewError.InProgress
PreviewError.Path
PreviewError.UnsupportedContent
PreviewError.UnsupportedExtension
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 PreviewError

Constructors

| Improve this Doc View Source

PreviewError()

Initializes a new instance of the PreviewError class.

Declaration
public PreviewError()

Properties

| Improve this Doc View Source

AsInProgress

Gets this instance as a InProgress, or null.

Declaration
public PreviewError.InProgress AsInProgress { get; }
Property Value
Type Description
PreviewError.InProgress
| Improve this Doc View Source

AsPath

Gets this instance as a Path, or null.

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

AsUnsupportedContent

Gets this instance as a UnsupportedContent, or null.

Declaration
public PreviewError.UnsupportedContent AsUnsupportedContent { get; }
Property Value
Type Description
PreviewError.UnsupportedContent
| Improve this Doc View Source

AsUnsupportedExtension

Gets this instance as a UnsupportedExtension, or null.

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

IsInProgress

Gets a value indicating whether this instance is InProgress

Declaration
public bool IsInProgress { 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

IsUnsupportedContent

Gets a value indicating whether this instance is UnsupportedContent

Declaration
public bool IsUnsupportedContent { 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
In This Article
  • Constructors
    • PreviewError()
  • Properties
    • AsInProgress
    • AsPath
    • AsUnsupportedContent
    • AsUnsupportedExtension
    • IsInProgress
    • IsPath
    • IsUnsupportedContent
    • IsUnsupportedExtension
Back to top Generated by DocFX