• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class LookupError.NotFolder

We were expecting a folder, but the given path refers to something that isn't a folder.

Inheritance
System.Object
LookupError
LookupError.NotFolder
Inherited Members
LookupError.IsMalformedPath
LookupError.AsMalformedPath
LookupError.IsNotFound
LookupError.AsNotFound
LookupError.IsNotFile
LookupError.AsNotFile
LookupError.IsNotFolder
LookupError.AsNotFolder
LookupError.IsRestrictedContent
LookupError.AsRestrictedContent
LookupError.IsUnsupportedContentType
LookupError.AsUnsupportedContentType
LookupError.IsLocked
LookupError.AsLocked
LookupError.IsOther
LookupError.AsOther
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 sealed class NotFolder : LookupError

Fields

| Improve this Doc View Source

Instance

A singleton instance of NotFolder

Declaration
public static readonly LookupError.NotFolder Instance
Field Value
Type Description
LookupError.NotFolder
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • Instance
Back to top Generated by DocFX