WidgetTemplatesControllerGetSettings - метод
Retrieves global settings for the widget templates.
Пространство имён: Tessa.Web.ControllersСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
[HttpGetAttribute("settings")]
[SessionMethodAttribute(UserAccessLevel.Regular, false, new string[] { ... })]
[TypedJsonBodyAttribute]
[ProducesAttribute("application/json", new string[] { ... })]
[ProducesResponseTypeAttribute(200)]
public Task<ActionResult<WidgetTemplatesSettings>> GetSettings(
CancellationToken cancellationToken = default
)
<HttpGetAttribute("settings")>
<SessionMethodAttribute(UserAccessLevel.Regular, false, New String() { ... })>
<TypedJsonBodyAttribute>
<ProducesAttribute("application/json", New String() { ... })>
<ProducesResponseTypeAttribute(200)>
Public Function GetSettings (
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ActionResult(Of WidgetTemplatesSettings))
public:
[HttpGetAttribute(L"settings")]
[SessionMethodAttribute(UserAccessLevel::Regular, false, __gc new array<String^>^ { ... })]
[TypedJsonBodyAttribute]
[ProducesAttribute(L"application/json", __gc new array<String^>^ { ... })]
[ProducesResponseTypeAttribute(200)]
Task<ActionResult<WidgetTemplatesSettings^>^>^ GetSettings(
CancellationToken cancellationToken = CancellationToken()
)
[<HttpGetAttribute("settings")>]
[<SessionMethodAttribute(UserAccessLevel.Regular, false, new string[] { ... })>]
[<TypedJsonBodyAttribute>]
[<ProducesAttribute("application/json", new string[] { ... })>]
[<ProducesResponseTypeAttribute(200)>]
member GetSettings :
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ActionResult<WidgetTemplatesSettings>>
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskActionResultWidgetTemplatesSettings
Global settings for widget templates.