Class LookupError
The lookup error object
Inheritance
System.Object
LookupError
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.FileProperties
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 SourceAsMalformedPath
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 |
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 |