Class PreviewError
The preview error object
Inheritance
System.Object
PreviewError
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 SourcePreviewError()
Initializes a new instance of the PreviewError class.
Declaration
public PreviewError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnsupportedContent
Gets a value indicating whether this instance is UnsupportedContent
Declaration
public bool IsUnsupportedContent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnsupportedExtension
Gets a value indicating whether this instance is UnsupportedExtension
Declaration
public bool IsUnsupportedExtension { get; }
Property Value
Type | Description |
---|---|
System.Boolean |