Skip to main content

TdxCloudStorageItem.Trashed Property

Identifies if the online storage resource is within the “Trash” special folder.

Declaration

property Trashed: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True if the file or folder corresponding to the current metadata container is within the “Trash” special folder; otherwise, False.

You can move the file or folder to the “Trash” folder or restore it to the previous position within the connected online storage’s hierarchy by calling the MoveToTrash or RestoreFromTrash procedure, respectively.

Note

Certain file data providers do not support all operations with the “Trash” special folder.

See Also