HelpRepositoryGetHelps 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<Dictionary<Guid, HelpDto>> GetHelps(
	string language,
	bool deletedItems,
	CancellationToken cancellationToken = default
)

Parameters

language  String
HelpDto language to create the cache for
deletedItems  Boolean
If , we'll return the soft-deleted items.
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

TaskDictionaryGuid, HelpDto
Filter list of items

See Also