Show / Hide Table of Contents

Class FileRequestError.NotAFolder

The specified path is not a folder.

Inheritance
System.Object
FileRequestError
FileRequestError.NotAFolder
Inherited Members
FileRequestError.IsNotFound
FileRequestError.AsNotFound
FileRequestError.IsNotAFolder
FileRequestError.AsNotAFolder
FileRequestError.IsAppLacksAccess
FileRequestError.AsAppLacksAccess
FileRequestError.IsNoPermission
FileRequestError.AsNoPermission
FileRequestError.IsEmailUnverified
FileRequestError.AsEmailUnverified
FileRequestError.IsValidationError
FileRequestError.AsValidationError
FileRequestError.IsDisabledForTeam
FileRequestError.AsDisabledForTeam
FileRequestError.IsOther
FileRequestError.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.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public sealed class NotAFolder : FileRequestError

Fields

| Improve this Doc View Source

Instance

A singleton instance of NotAFolder

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