TdxCloudStorageCustomFolder Members
The base class for all classes that implement metadata containers corresponding to ordinary, special, and root folders on a connected cloud storage’s server.Constructors
| Name | Description |
|---|---|
| Create(TdxCloudStorageFiles) | Creates a new TdxCloudStorageCustomFolder class descendant instance for the specified cloud file storage manager. |
Properties
| Name | Description |
|---|---|
| Children | Provides access to the folder’s content. |
| 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. |
| 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. |
Methods
| Name | Description |
|---|---|
| CopyTo(TdxCloudStorageFolder) | Copies the online resource to the specified folder within the same cloud file storage. Inherited from TdxCloudStorageItem. |
| Delete | Deletes the online resource. Inherited from TdxCloudStorageItem. |
| Equals(TObject) | Inherited from TObject. |
| FetchChildren(Boolean) | Loads the folder’s content structure from the connected online file storage’s server. |
| GetHashCode | Inherited from TObject. |
| HasChildren | Identifies if the folder has any loaded content. |
| IndexOf(TdxCloudStorageItem) | Returns the index of the specified resource within the folder. |
| IsFolder | Identifies if the online resource is a folder. Inherited from TdxCloudStorageItem. |
| IsRoot | Identifies if the current folder is the root folder on the connected cloud service storage account. |
| MoveTo(TdxCloudStorageFolder) | Moves the online resource to the specified folder. Inherited from TdxCloudStorageItem. |
| MoveToTrash | Moves the online resource to the “Trash” special folder. Inherited from TdxCloudStorageItem. |
| RestoreFromTrash | Restores the online resource from the “Trash” special folder. Inherited from TdxCloudStorageItem. |
| ToString | Inherited from TObject. |
See Also