AzureCosmosDbGetHelpById Method

Retrieves a HelpDto by its helpId.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public 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.

Implements

IAzureCosmosDbGetHelpById(Guid, String, CancellationToken)

Exceptions

ArgumentException Thrown if the helpId is Empty

See Also