DashboardsControllerClearPersonalDashboard - метод

Clears user personal dashboard.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
[HttpPostAttribute("personal/clear")]
[SessionMethodAttribute(UserAccessLevel.Regular, false, new string[] { ... })]
[ProducesAttribute("application/json", new string[] { ... })]
[ProducesResponseTypeAttribute(200)]
public Task<ActionResult<PlainValidationResult>> ClearPersonalDashboard(
	[FromQueryAttribute] Guid userID,
	CancellationToken cancellationToken = default
)

Параметры

userID  Guid
User identifier.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskActionResultPlainValidationResult
Validation result.

См. также