Dropbox .NET SDK
Show / Hide Table of Contents

Class InvalidAccountTypeError

The invalid account type error object

Inheritance
object
InvalidAccountTypeError
InvalidAccountTypeError.Endpoint
InvalidAccountTypeError.Feature
InvalidAccountTypeError.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.Auth
Assembly: Dropbox.Api.dll
Syntax
public class InvalidAccountTypeError

Constructors

View Source

InvalidAccountTypeError()

Initializes a new instance of the InvalidAccountTypeError class.

Declaration
public InvalidAccountTypeError()

Properties

View Source

AsEndpoint

Gets this instance as a Endpoint, or null.

Declaration
public InvalidAccountTypeError.Endpoint AsEndpoint { get; }
Property Value
Type Description
InvalidAccountTypeError.Endpoint
View Source

AsFeature

Gets this instance as a Feature, or null.

Declaration
public InvalidAccountTypeError.Feature AsFeature { get; }
Property Value
Type Description
InvalidAccountTypeError.Feature
View Source

AsOther

Gets this instance as a Other, or null.

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

IsEndpoint

Gets a value indicating whether this instance is Endpoint

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

IsFeature

Gets a value indicating whether this instance is Feature

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