DeletedItemsRepositoryGetDeletedItems(Guid, String, CancellationToken) Method

Get items from a container based on a lambda query

Definition

Namespace: MobileTrack.DataContainers.Repositories
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal Task<List<DeletedItem>> GetDeletedItems(
	Guid companyId,
	string? label = null,
	CancellationToken cancellationToken = default
)

Parameters

companyId  Guid
Company owning the DeletedItem
label  String  (Optional)
Can be Account's email address, company, devices, environment, etc.
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

TaskListDeletedItem
Filter list of items

See Also