DropboxAccountDetails Type
This type defines details about the account.
Remarks
Details about the account including DisplayName, Id, Email, etc. are held by this type.
Fields
| |
Country String |
This field holds the account owner's two-letter country code (if available).
The country codes are based on ISO 3166-1
|
DisplayName String |
The display name of the user's Dropbox account.
|
Email String |
The user's e-mail address.
|
FirstName String |
The user's first name.
|
Id String |
The unique account Id.
|
LastName String |
The user's last name.
|
TeamId String |
This field is only populated if the user is a member of the team. This holds the unique team Id.
|
TeamName String |
This field is only populated if the user is a member of the team. This holds the team name.
|
Type Types |
The account type. Possible values are:
- 0 (atBase)
- 1 (atPro)
- 2 (atBusiness)
|
Constructors
[VB.NET]
Public DropboxAccountDetails()
[C#]
public DropboxAccountDetails();