SettingsUnitsControllerPostResetRecords - метод

Resets the existing settings unit records for specified category.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
[HttpPostAttribute("reset/c/{category}")]
[SessionMethodAttribute(UserAccessLevel.Administrator, false, new string[] { ... })]
[ProducesResponseTypeAttribute(204)]
public Task<ActionResult> PostResetRecords(
	[FromRouteAttribute] string category,
	[FromQueryAttribute] bool nested = false,
	CancellationToken cancellationToken = default
)

Параметры

category  String
The URL-encoded category name of the settings units. See Name.
nested  Boolean  (Optional)
Specifies that units in nested categories will also be reset.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskActionResult

См. также