BasicAccount Class¶
Basic information about any account.
Constructors¶
| Name | Description |
|---|---|
| BasicAccount(string, Name, bool) | Creates a new instance of the BasicAccount class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| AccountId | System.String | The user’s unique Dropbox ID. |
| IsTeammate | System.Boolean | Whether this user is a teammate of the current user. If this account is the current user’s account, then this will be True. |
| Name | DotNetBox.Name | Details of the user’s name. |
Methods¶
| Name | Description |
|---|---|
| BasicAccount.FromJson(JObject) | Creates a new instance of the BasicAccount class from a JSON object. |
| BasicAccount.ToString() | Returns a string containing all of the class’ properties. |