Show / Hide Table of Contents

Class InvalidAccountTypeError

The invalid account type error object

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

Constructors

| Improve this Doc View Source

InvalidAccountTypeError()

Initializes a new instance of the InvalidAccountTypeError class.

Declaration
public InvalidAccountTypeError()

Properties

| Improve this Doc View Source

AsEndpoint

Gets this instance as a Endpoint, or null.

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

AsFeature

Gets this instance as a Feature, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsEndpoint

Gets a value indicating whether this instance is Endpoint

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

IsFeature

Gets a value indicating whether this instance is Feature

Declaration
public bool IsFeature { 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
    • InvalidAccountTypeError()
  • Properties
    • AsEndpoint
    • AsFeature
    • AsOther
    • IsEndpoint
    • IsFeature
    • IsOther
Back to top Generated by DocFX