Dropbox .NET SDK
Show / Hide Table of Contents

Class AccountType.Basic

The basic account type.

Inheritance
object
AccountType
AccountType.Basic
Inherited Members
AccountType.IsBasic
AccountType.AsBasic
AccountType.IsPro
AccountType.AsPro
AccountType.IsBusiness
AccountType.AsBusiness
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.UsersCommon
Assembly: Dropbox.Api.dll
Syntax
public sealed class AccountType.Basic : AccountType

Fields

View Source

Instance

A singleton instance of Basic

Declaration
public static readonly AccountType.Basic Instance
Field Value
Type Description
AccountType.Basic
  • View Source
In this article
Back to top Dropbox .NET SDK