Class AccountType
What type of account this user has.
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 SourceAccountType()
Initializes a new instance of the AccountType class.
Declaration
public AccountType()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsBusiness
Gets a value indicating whether this instance is Business
Declaration
public bool IsBusiness { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPro
Gets a value indicating whether this instance is Pro
Declaration
public bool IsPro { get; }
Property Value
Type | Description |
---|---|
System.Boolean |