Class LookupError
The lookup error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class LookupError
Constructors
| Improve this Doc View SourceLookupError()
Initializes a new instance of the LookupError class.
Declaration
public LookupError()
Properties
| Improve this Doc View SourceAsLocked
Gets this instance as a Locked, or null
.
Declaration
public LookupError.Locked AsLocked { get; }
Property Value
Type | Description |
---|---|
LookupError.Locked |
AsMalformedPath
Gets this instance as a MalformedPath, or null
.
Declaration
public LookupError.MalformedPath AsMalformedPath { get; }
Property Value
Type | Description |
---|---|
LookupError.MalformedPath |
AsNotFile
Gets this instance as a NotFile, or null
.
Declaration
public LookupError.NotFile AsNotFile { get; }
Property Value
Type | Description |
---|---|
LookupError.NotFile |
AsNotFolder
Gets this instance as a NotFolder, or null
.
Declaration
public LookupError.NotFolder AsNotFolder { get; }
Property Value
Type | Description |
---|---|
LookupError.NotFolder |
AsNotFound
Gets this instance as a NotFound, or null
.
Declaration
public LookupError.NotFound AsNotFound { get; }
Property Value
Type | Description |
---|---|
LookupError.NotFound |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LookupError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LookupError.Other |
AsRestrictedContent
Gets this instance as a RestrictedContent, or null
.
Declaration
public LookupError.RestrictedContent AsRestrictedContent { get; }
Property Value
Type | Description |
---|---|
LookupError.RestrictedContent |
AsUnsupportedContentType
Gets this instance as a UnsupportedContentType, or null
.
Declaration
public LookupError.UnsupportedContentType AsUnsupportedContentType { get; }
Property Value
Type | Description |
---|---|
LookupError.UnsupportedContentType |
IsLocked
Gets a value indicating whether this instance is Locked
Declaration
public bool IsLocked { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMalformedPath
Gets a value indicating whether this instance is MalformedPath
Declaration
public bool IsMalformedPath { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotFile
Gets a value indicating whether this instance is NotFile
Declaration
public bool IsNotFile { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotFolder
Gets a value indicating whether this instance is NotFolder
Declaration
public bool IsNotFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotFound
Gets a value indicating whether this instance is NotFound
Declaration
public bool IsNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRestrictedContent
Gets a value indicating whether this instance is RestrictedContent
Declaration
public bool IsRestrictedContent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnsupportedContentType
Gets a value indicating whether this instance is UnsupportedContentType
Declaration
public bool IsUnsupportedContentType { get; }
Property Value
Type | Description |
---|---|
System.Boolean |