Dropbox .NET SDK
Show / Hide Table of Contents

Class DeleteAllClosedFileRequestsError.NotFound

This file request ID was not found.

Inheritance
object
DeleteAllClosedFileRequestsError
DeleteAllClosedFileRequestsError.NotFound
Inherited Members
DeleteAllClosedFileRequestsError.IsNotFound
DeleteAllClosedFileRequestsError.AsNotFound
DeleteAllClosedFileRequestsError.IsNotAFolder
DeleteAllClosedFileRequestsError.AsNotAFolder
DeleteAllClosedFileRequestsError.IsAppLacksAccess
DeleteAllClosedFileRequestsError.AsAppLacksAccess
DeleteAllClosedFileRequestsError.IsNoPermission
DeleteAllClosedFileRequestsError.AsNoPermission
DeleteAllClosedFileRequestsError.IsEmailUnverified
DeleteAllClosedFileRequestsError.AsEmailUnverified
DeleteAllClosedFileRequestsError.IsValidationError
DeleteAllClosedFileRequestsError.AsValidationError
DeleteAllClosedFileRequestsError.IsNoWritePermission
DeleteAllClosedFileRequestsError.AsNoWritePermission
DeleteAllClosedFileRequestsError.IsDisabledForTeam
DeleteAllClosedFileRequestsError.AsDisabledForTeam
DeleteAllClosedFileRequestsError.IsOther
DeleteAllClosedFileRequestsError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public sealed class DeleteAllClosedFileRequestsError.NotFound : DeleteAllClosedFileRequestsError

Fields

View Source

Instance

A singleton instance of NotFound

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