TdxCloudStorageSpecialFolder Properties
A metadata container corresponding to a special folder provided by the cloud file storage in the connected account.| Name | Description |
|---|---|
| Children | Provides access to the folder’s content. Inherited from TdxCloudStorageCustomFolder. |
| CreatedDate | Returns the online storage resource’s creation date. Inherited from TdxCloudStorageItem. |
| DownloadLink protected | Returns the stored file’s universal resource identifier (URI). Inherited from TdxCloudStorageItem. |
| DriveID | Returns the drive ID that indicates on which drive the online resource is stored on the connected Microsoft OneDrive® server. Inherited from TdxCloudStorageItem. |
| FileSize protected | Returns the stored file’s size, in bytes. Inherited from TdxCloudStorageItem. |
| IconLink | Returns a universal resource identifier (URI) of the icon corresponding to the online resource’s type. Inherited from TdxCloudStorageItem. |
| ID | Returns the online resource’s unique identifier within the connected cloud file storage service account. Inherited from TdxCloudStorageItem. |
| IsLoaded | Identifies if the folder’s content structure is loaded from the connected online storage service’s server. Inherited from TdxCloudStorageCustomFolder. |
| MIMEType | Returns the online resource’s MIME content type. Inherited from TdxCloudStorageItem. |
| ModifiedDate | Returns the online resource’s last modification date. Inherited from TdxCloudStorageItem. |
| Name | Returns the online storage resource’s name. Inherited from TdxCloudStorageItem. |
| Parents | Provides access to the list of the online storage resource’s direct parent folders. Inherited from TdxCloudStorageItem. |
| Permissions | Provides access to the collection of item access permissions. Inherited from TdxCloudStorageItem. |
| Shared | Identifies whether the online storage resource is shared. Inherited from TdxCloudStorageItem. |
| Trashed | Identifies if the online storage resource is within the “Trash” special folder. Inherited from TdxCloudStorageItem. |
| Type | Returns the special folder’s type. |
See Also