WorkplacesControllerPutPrivateSettings - метод

Save current user's settings for specified workplaces, including tree width, option to show empty folders, etc. Settings are unavailable for other users.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
[HttpPutAttribute("private/settings")]
[SessionMethodAttribute(UserAccessLevel.Regular)]
[TypedJsonBodyAttribute]
[ConsumesAttribute("application/json", new string[] { ... })]
[ProducesAttribute("application/json", new string[] { ... })]
[ProducesResponseTypeAttribute(204)]
public Task<ActionResult> PutPrivateSettings(
	[FromBodyAttribute] List<JsonWorkplaceSettingsMetadata> metadataList,
	CancellationToken cancellationToken = default
)

Параметры

metadataList  ListJsonWorkplaceSettingsMetadata
Workplace settings to save.
cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

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

TaskActionResult
204 (No Content).

См. также