TdxCloudStorage.MoveFileToTrash(TdxCloudStorageFile) Method
In This Article
Moves the specified cloud storage file to the “Trash” special folder.
#Declaration
Delphi
procedure MoveFileToTrash(AFile: TdxCloudStorageFile);
#Parameters
Name | Type | Description |
---|---|---|
AFile | Tdx |
A metadata container that corresponds to the target file. |
#Remarks
A MoveToTrash procedure call has no effect if the target file is already within the “Trash” folder (that is, the file’s Trashed property returns True).
A successful MoveToTrash procedure call raises the [OnItemMovedToTrash] event. If an error occurs, the cloud storage component raises the OnError event.
Note
The Move
See Also