Skip to main content

TdxCloudStorageFiles.Trash Property

Provides access to the “Trash” special folder.

Declaration

property Trash: TdxCloudStorageSpecialFolder read;

Property Value

Type
TdxCloudStorageSpecialFolder

Remarks

Use the Trash.Children.Items property to access individual trashed cloud folders and files. You can call the RestoreFromTrash procedure for individual resources within the “Trash” folder to restore them at their original position within the cloud storage structure.

Note

Certain cloud storage file data providers do not provide access to the “Trash” special folder.

See Also