IAzureCosmosDbGetHelpsByParentId Method
Retrieves a
HelpDto by its parent's
parentHelpId.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task<List<HelpDto>> GetHelpsByParentId(
Guid parentHelpId,
string language,
CancellationToken cancellationToken = default
)
- parentHelpId Guid
- ID of the HelpDto that the dashboard belongs to
- language String
- The matching language
- cancellationToken CancellationToken (Optional)
- Cancellation token
TaskListHelpDtoFound
HelpDto, or
if not found.