Dropbox .NET SDK
Show / Hide Table of Contents

Class GeneralFileRequestsError

There is an error accessing the file requests functionality.

Inheritance
object
GeneralFileRequestsError
GeneralFileRequestsError.DisabledForTeam
GeneralFileRequestsError.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class GeneralFileRequestsError

Constructors

View Source

GeneralFileRequestsError()

Initializes a new instance of the GeneralFileRequestsError class.

Declaration
public GeneralFileRequestsError()

Properties

View Source

AsDisabledForTeam

Gets this instance as a DisabledForTeam, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public GeneralFileRequestsError.Other AsOther { get; }
Property Value
Type Description
GeneralFileRequestsError.Other
View Source

IsDisabledForTeam

Gets a value indicating whether this instance is DisabledForTeam

Declaration
public bool IsDisabledForTeam { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK