LocalizationControllerPostGetLibraries - метод

Get all localization libraries.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
[HttpGetAttribute]
[SessionMethodAttribute(UserAccessLevel.Regular)]
[ProducesAttribute("application/json", new string[] { ... })]
[ProducesResponseTypeAttribute(200)]
public Task<ActionResult<List<PlainLocalizationLibrary>>> PostGetLibraries(
	[FromQueryAttribute(Name = "comments")] bool returnComments = false,
	CancellationToken cancellationToken = default
)

Параметры

returnComments  Boolean  (Optional)
Flag whether entries will be returned with comments for each entry. They are useful for localization editor. If false, when localization strings of specified language are returned, but not the comments.
cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

Возвращаемое значение

TaskActionResultListPlainLocalizationLibrary
All localization libraries.

См. также