IAzureCosmosDbGetCustomPagesByLanguage Method

Retrieves a list of CustomPageDto that have matching language.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task<List<CustomPageDto>> GetCustomPagesByLanguage(
	string language,
	CancellationToken cancellationToken = default
)

Parameters

language  String
The matching language
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

TaskListCustomPageDto
Found CustomPageDto, or if not found.

See Also