TTMSFNCCloudDropBoxInfo Class
Holds account information for the connected user, including the account identity and storage quota usage.
API unit family: TMSFNCCloudDropBox
Inherits from: TPersistent
Syntax
TTMSFNCCloudDropBoxInfo = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Country | Two-letter country code associated with the account. |
| Quota | Total storage quota allocated to the account, in bytes. |
| QuotaNormal | Storage used by the account's own content, in bytes. |
| QuotaShared | Storage used by content shared with the account, in bytes. |
| UID | Unique account identifier. |
| UserName | Display name of the connected account. |