Trashed
Specify if you want to include or exclude trashed results from a query.
enum Trashed {
ONLY
WITH
WITHOUT
}
Values
Trashed.ONLY
Only return trashed results.
Trashed.WITH
Return both trashed and non-trashed results.
Trashed.WITHOUT
Only return non-trashed results.