Show / Hide Table of Contents

Class AccountType

What type of account this user has.

Inheritance
System.Object
AccountType
AccountType.Basic
AccountType.Business
AccountType.Pro
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.UsersCommon
Assembly: Dropbox.Api.dll
Syntax
public class AccountType

Constructors

| Improve this Doc View Source

AccountType()

Initializes a new instance of the AccountType class.

Declaration
public AccountType()

Properties

| Improve this Doc View Source

AsBasic

Gets this instance as a Basic, or null.

Declaration
public AccountType.Basic AsBasic { get; }
Property Value
Type Description
AccountType.Basic
| Improve this Doc View Source

AsBusiness

Gets this instance as a Business, or null.

Declaration
public AccountType.Business AsBusiness { get; }
Property Value
Type Description
AccountType.Business
| Improve this Doc View Source

AsPro

Gets this instance as a Pro, or null.

Declaration
public AccountType.Pro AsPro { get; }
Property Value
Type Description
AccountType.Pro
| Improve this Doc View Source

IsBasic

Gets a value indicating whether this instance is Basic

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

IsBusiness

Gets a value indicating whether this instance is Business

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

IsPro

Gets a value indicating whether this instance is Pro

Declaration
public bool IsPro { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccountType()
  • Properties
    • AsBasic
    • AsBusiness
    • AsPro
    • IsBasic
    • IsBusiness
    • IsPro
Back to top Generated by DocFX