Show / Hide Table of Contents

Class GeneralFileRequestsError

There is an error accessing the file requests functionality.

Inheritance
System.Object
GeneralFileRequestsError
GeneralFileRequestsError.DisabledForTeam
GeneralFileRequestsError.Other
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 GeneralFileRequestsError

Constructors

| Improve this Doc View Source

GeneralFileRequestsError()

Initializes a new instance of the GeneralFileRequestsError class.

Declaration
public GeneralFileRequestsError()

Properties

| Improve this Doc View Source

AsDisabledForTeam

Gets this instance as a DisabledForTeam, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public GeneralFileRequestsError.Other AsOther { get; }
Property Value
Type Description
GeneralFileRequestsError.Other
| 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

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
In This Article
  • Constructors
    • GeneralFileRequestsError()
  • Properties
    • AsDisabledForTeam
    • AsOther
    • IsDisabledForTeam
    • IsOther
Back to top Generated by DocFX