Created by Docfx
  • Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class DeleteAllClosedFileRequestsError

There was an error deleting all closed file requests.

Inheritance
System.Object
DeleteAllClosedFileRequestsError
DeleteAllClosedFileRequestsError.AppLacksAccess
DeleteAllClosedFileRequestsError.DisabledForTeam
DeleteAllClosedFileRequestsError.EmailUnverified
DeleteAllClosedFileRequestsError.NoPermission
DeleteAllClosedFileRequestsError.NotAFolder
DeleteAllClosedFileRequestsError.NotFound
DeleteAllClosedFileRequestsError.Other
DeleteAllClosedFileRequestsError.ValidationError
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.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class DeleteAllClosedFileRequestsError

Constructors

| Improve this Doc View Source

DeleteAllClosedFileRequestsError()

Initializes a new instance of the DeleteAllClosedFileRequestsError class.

Declaration
public DeleteAllClosedFileRequestsError()

Properties

| Improve this Doc View Source

AsAppLacksAccess

Gets this instance as a AppLacksAccess, or null.

Declaration
public DeleteAllClosedFileRequestsError.AppLacksAccess AsAppLacksAccess { get; }
Property Value
Type Description
DeleteAllClosedFileRequestsError.AppLacksAccess
| Improve this Doc View Source

AsDisabledForTeam

Gets this instance as a DisabledForTeam, or null.

Declaration
public DeleteAllClosedFileRequestsError.DisabledForTeam AsDisabledForTeam { get; }
Property Value
Type Description
DeleteAllClosedFileRequestsError.DisabledForTeam
| Improve this Doc View Source

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

Declaration
public DeleteAllClosedFileRequestsError.EmailUnverified AsEmailUnverified { get; }
Property Value
Type Description
DeleteAllClosedFileRequestsError.EmailUnverified
| Improve this Doc View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

Declaration
public DeleteAllClosedFileRequestsError.NoPermission AsNoPermission { get; }
Property Value
Type Description
DeleteAllClosedFileRequestsError.NoPermission
| Improve this Doc View Source

AsNotAFolder

Gets this instance as a NotAFolder, or null.

Declaration
public DeleteAllClosedFileRequestsError.NotAFolder AsNotAFolder { get; }
Property Value
Type Description
DeleteAllClosedFileRequestsError.NotAFolder
| Improve this Doc View Source

AsNotFound

Gets this instance as a NotFound, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsValidationError

Gets this instance as a ValidationError, or null.

Declaration
public DeleteAllClosedFileRequestsError.ValidationError AsValidationError { get; }
Property Value
Type Description
DeleteAllClosedFileRequestsError.ValidationError
| Improve this Doc View Source

IsAppLacksAccess

Gets a value indicating whether this instance is AppLacksAccess

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

IsDisabledForTeam

Gets a value indicating whether this instance is DisabledForTeam

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

IsEmailUnverified

Gets a value indicating whether this instance is EmailUnverified

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

IsNoPermission

Gets a value indicating whether this instance is NoPermission

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

IsNotAFolder

Gets a value indicating whether this instance is NotAFolder

Declaration
public bool IsNotAFolder { 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

IsValidationError

Gets a value indicating whether this instance is ValidationError

Declaration
public bool IsValidationError { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeleteAllClosedFileRequestsError()
  • Properties
    • AsAppLacksAccess
    • AsDisabledForTeam
    • AsEmailUnverified
    • AsNoPermission
    • AsNotAFolder
    • AsNotFound
    • AsOther
    • AsValidationError
    • IsAppLacksAccess
    • IsDisabledForTeam
    • IsEmailUnverified
    • IsNoPermission
    • IsNotAFolder
    • IsNotFound
    • IsOther
    • IsValidationError
Back to top Generated by DocFX