TTMSFNCCloudDropBoxItem Class
Represents a single file or folder entry returned by a storage operation, extended with provider-specific path, link and revision information.
API unit family: TMSFNCCloudDropBox
Inherits from: TTMSFNCCloudItem
Syntax
TTMSFNCCloudDropBoxItem = class(TTMSFNCCloudItem)
Properties
| Name | Description |
|---|---|
| Link | Read-only temporary download link for the item. |
| ParentPath | Read-only path of the folder that contains this item, derived from Path. |
| Path | Full path of the item within the account, used to address it in subsequent operations. |
| Revision | Provider revision identifier of the item, used to detect changes between requests. |
| Share | Read-only public share URL for the item. |
Methods
| Name | Description |
|---|---|
| FullPath | Returns the absolute path of the item, combining the parent folder path and the file name. |