Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCloudStorageItem.Trashed Property

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

#Declaration

Delphi
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