IAzureCosmosDbGetHelpById Method
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task<HelpDto> GetHelpById(
Guid helpId,
string language,
CancellationToken cancellationToken = default
)
- helpId Guid
- ID of the HelpDto that the dashboard belongs to
- language String
- The matching language
- cancellationToken CancellationToken (Optional)
- Cancellation token
TaskHelpDtoFound
HelpDto, or
if not found.