IAzureCosmosDbGetHelpById Method

Retrieves a HelpDto by its helpId.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task<HelpDto> GetHelpById(
	Guid helpId,
	string language,
	CancellationToken cancellationToken = default
)

Parameters

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

Return Value

TaskHelpDto
Found HelpDto, or if not found.

Exceptions

ArgumentException Thrown if the helpId is Empty

See Also