Show / Hide Table of Contents

Class LookupError

The lookup error object

Inheritance
System.Object
LookupError
LookupError.Locked
LookupError.MalformedPath
LookupError.NotFile
LookupError.NotFolder
LookupError.NotFound
LookupError.Other
LookupError.RestrictedContent
LookupError.UnsupportedContentType
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 LookupError

Constructors

| Improve this Doc View Source

LookupError()

Initializes a new instance of the LookupError class.

Declaration
public LookupError()

Properties

| Improve this Doc View Source

AsLocked

Gets this instance as a Locked, or null.

Declaration
public LookupError.Locked AsLocked { get; }
Property Value
Type Description
LookupError.Locked
| Improve this Doc View Source

AsMalformedPath

Gets this instance as a MalformedPath, or null.

Declaration
public LookupError.MalformedPath AsMalformedPath { get; }
Property Value
Type Description
LookupError.MalformedPath
| Improve this Doc View Source

AsNotFile

Gets this instance as a NotFile, or null.

Declaration
public LookupError.NotFile AsNotFile { get; }
Property Value
Type Description
LookupError.NotFile
| Improve this Doc View Source

AsNotFolder

Gets this instance as a NotFolder, or null.

Declaration
public LookupError.NotFolder AsNotFolder { get; }
Property Value
Type Description
LookupError.NotFolder
| Improve this Doc View Source

AsNotFound

Gets this instance as a NotFound, or null.

Declaration
public LookupError.NotFound AsNotFound { get; }
Property Value
Type Description
LookupError.NotFound
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LookupError.Other AsOther { get; }
Property Value
Type Description
LookupError.Other
| Improve this Doc View Source

AsRestrictedContent

Gets this instance as a RestrictedContent, or null.

Declaration
public LookupError.RestrictedContent AsRestrictedContent { get; }
Property Value
Type Description
LookupError.RestrictedContent
| Improve this Doc View Source

AsUnsupportedContentType

Gets this instance as a UnsupportedContentType, or null.

Declaration
public LookupError.UnsupportedContentType AsUnsupportedContentType { get; }
Property Value
Type Description
LookupError.UnsupportedContentType
| Improve this Doc View Source

IsLocked

Gets a value indicating whether this instance is Locked

Declaration
public bool IsLocked { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMalformedPath

Gets a value indicating whether this instance is MalformedPath

Declaration
public bool IsMalformedPath { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotFile

Gets a value indicating whether this instance is NotFile

Declaration
public bool IsNotFile { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotFolder

Gets a value indicating whether this instance is NotFolder

Declaration
public bool IsNotFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotFound

Gets a value indicating whether this instance is NotFound

Declaration
public bool IsNotFound { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRestrictedContent

Gets a value indicating whether this instance is RestrictedContent

Declaration
public bool IsRestrictedContent { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnsupportedContentType

Gets a value indicating whether this instance is UnsupportedContentType

Declaration
public bool IsUnsupportedContentType { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LookupError()
  • Properties
    • AsLocked
    • AsMalformedPath
    • AsNotFile
    • AsNotFolder
    • AsNotFound
    • AsOther
    • AsRestrictedContent
    • AsUnsupportedContentType
    • IsLocked
    • IsMalformedPath
    • IsNotFile
    • IsNotFolder
    • IsNotFound
    • IsOther
    • IsRestrictedContent
    • IsUnsupportedContentType
Back to top Generated by DocFX