DeletedItemsRepositoryGetDeletedItems(IHasCompany, String, CancellationToken) Method
Get items from a container based on a lambda query
Namespace: MobileTrack.DataContainers.RepositoriesAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal Task<List<DeletedItem>> GetDeletedItems(
IHasCompany companyItem,
string? label = null,
CancellationToken cancellationToken = default
)
- companyItem IHasCompany
- Company owning the DeletedItem
- label String (Optional)
- Can be Account's email address, company, devices, environment, etc.
- cancellationToken CancellationToken (Optional)
- Cancellation token
TaskListDeletedItemFilter list of items