IAzureCosmosDbGetHelpsByParentId Method

Retrieves a HelpDto by its parent's parentHelpId.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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