IAzureCosmosDbGetHelpsByParentId Method

Retrieves a HelpDto by its parent's parentHelpId.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task<List<HelpDto>> GetHelpsByParentId(
	Guid parentHelpId,
	string language,
	CancellationToken cancellationToken = default
)

Parameters

parentHelpId  Guid
ID of the HelpDto that the dashboard belongs to
language  String
The matching language
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

TaskListHelpDto
Found HelpDto, or if not found.

Exceptions

ArgumentException Thrown if the parentHelpId is Empty

See Also