Class AccountType
What type of account this user has.
Inherited Members
Namespace: Dropbox.Api.UsersCommon
Assembly: Dropbox.Api.dll
Syntax
public class AccountType
Constructors
View SourceAccountType()
Initializes a new instance of the AccountType class.
Declaration
public AccountType()
Properties
View SourceAsBasic
Gets this instance as a Basic, or null.
Declaration
public AccountType.Basic AsBasic { get; }
Property Value
| Type | Description |
|---|---|
| AccountType.Basic |
AsBusiness
Gets this instance as a Business, or null.
Declaration
public AccountType.Business AsBusiness { get; }
Property Value
| Type | Description |
|---|---|
| AccountType.Business |
AsPro
Gets this instance as a Pro, or null.
Declaration
public AccountType.Pro AsPro { get; }
Property Value
| Type | Description |
|---|---|
| AccountType.Pro |
IsBasic
Gets a value indicating whether this instance is Basic
Declaration
public bool IsBasic { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsBusiness
Gets a value indicating whether this instance is Business
Declaration
public bool IsBusiness { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPro
Gets a value indicating whether this instance is Pro
Declaration
public bool IsPro { get; }
Property Value
| Type | Description |
|---|---|
| bool |