Dropbox .NET SDK
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
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.IsOther
LookupError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public sealed class LookupError.NotFolder : LookupError

Fields

View Source

Instance

A singleton instance of NotFolder

Declaration
public static readonly LookupError.NotFolder Instance
Field Value
Type Description
LookupError.NotFolder
  • View Source
In this article
Back to top Dropbox .NET SDK