Dropbox .NET SDK
Show / Hide Table of Contents

Class GeneralFileRequestsError.Other

The other object

Inheritance
object
GeneralFileRequestsError
GeneralFileRequestsError.Other
Inherited Members
GeneralFileRequestsError.IsDisabledForTeam
GeneralFileRequestsError.AsDisabledForTeam
GeneralFileRequestsError.IsOther
GeneralFileRequestsError.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 GeneralFileRequestsError.Other : GeneralFileRequestsError

Fields

View Source

Instance

A singleton instance of Other

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