TdxCloudStorageSpecialFolder.CopyTo(TdxCloudStorageFolder) Method
In This Article
Overrides the folder copy procedure for the special folder’s metadata container.
#Declaration
Delphi
procedure CopyTo(AParent: TdxCloudStorageFolder); override;
#Parameters
Name | Type | Description |
---|---|---|
AParent | Tdx |
The parent cloud storage folder. |
#Remarks
A CopyTo
procedure call always raises an exception, since it is impossible to copy, move, trash, or delete special folders within the connected cloud file storage.
See Also