SettingsUnitsUiControllerGetUIDescriptors(String, CancellationToken) - метод

Retrieves descriptors of settings units filtered by category and available for current session.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
[HttpGetAttribute("descriptors/category/{category}")]
[ProducesResponseTypeAttribute(200)]
[ProducesAttribute("application/json", new string[] { ... })]
public Task<ActionResult<List<SettingsUnitDescriptor>>> GetUIDescriptors(
	[FromRouteAttribute] string category,
	CancellationToken cancellationToken = default
)

Параметры

category  String
The URL-encoded category name of the settings units. See Name.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskActionResultListSettingsUnitDescriptor
A collection of SettingsUnitDescriptor objects within the specified category.

См. также