TTMSFNCCloudGoogleDriveItem Class
Represents a single file or folder entry returned by a Google Drive operation, extended with provider-specific metadata such as MIME type, owners, sharing state and download links.
API unit family: TMSFNCCloudGoogleDrive
Inherits from: TTMSFNCCloudItem
Syntax
TTMSFNCCloudGoogleDriveItem = class(TTMSFNCCloudItem)
Properties
| Name | Description |
|---|---|
| AlternateLink | Web view link that opens the item in the browser. |
| Description | User-provided description associated with the item. |
| DownloadURL | Direct download URL used to retrieve the item's content. |
| ETag | Entity tag of the item. |
| MimeType | MIME type of the item, identifying whether it is a folder, a Google-native document or a regular file. |
| Owners | Comma-separated display names of the item's owners. |
| ParentRoot | Indicates whether the item resides directly under the account root. True when the parent folder is the root. |
| PublicShare | Controls public sharing of the item. |
| Shared | Indicates whether the item is shared. True when the item has been shared with other users. |
| WebContentLink | Web content link used to download the item's content directly. |