Class PreviewError
The preview error object
Inheritance
PreviewError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class PreviewError
Constructors
View SourcePreviewError()
Initializes a new instance of the PreviewError class.
Declaration
public PreviewError()
Properties
View SourceAsInProgress
Gets this instance as a InProgress, or null.
Declaration
public PreviewError.InProgress AsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| PreviewError.InProgress |
AsPath
Gets this instance as a Path, or null.
Declaration
public PreviewError.Path AsPath { get; }
Property Value
| Type | Description |
|---|---|
| PreviewError.Path |
AsUnsupportedContent
Gets this instance as a UnsupportedContent, or null.
Declaration
public PreviewError.UnsupportedContent AsUnsupportedContent { get; }
Property Value
| Type | Description |
|---|---|
| PreviewError.UnsupportedContent |
AsUnsupportedExtension
Gets this instance as a UnsupportedExtension, or null.
Declaration
public PreviewError.UnsupportedExtension AsUnsupportedExtension { get; }
Property Value
| Type | Description |
|---|---|
| PreviewError.UnsupportedExtension |
IsInProgress
Gets a value indicating whether this instance is InProgress
Declaration
public bool IsInProgress { 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 |
IsUnsupportedContent
Gets a value indicating whether this instance is UnsupportedContent
Declaration
public bool IsUnsupportedContent { 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 |