WebhookController Methods
The WebhookController type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose()()()() |
Releases resources used by the controller — clears the cached
AdvantageAPIProfile and chains into the base disposal. Shadows the base
method so ACSP-specific state is always cleared before the WebAPI tear-down runs.
(Inherited from AdvantageApiContentController.) |
|
|
Dispose(Boolean) |
Releases resources based on the disposing flag. Shadows the base implementation so
subclasses can override ACSP-specific cleanup without conflicting with the WebAPI
ApiController disposal chain.
(Inherited from AdvantageApiControllerBase.) |
|
|
GetNavigations |
Retrieves navigation items filtered by the specified selectors.
(Inherited from AdvantageApiControllerBase.) |
|
|
SendWebhook |
Send out the payload to distination URL
|
|
|
SetLanguage |
Sets the current language based on the given abbreviation.
Clears cached engines when the language changes.
(Inherited from AdvantageApiControllerBase.) |
|
|
SiteSettings()()()() |
Gets the site settings as a dynamic object.
(Inherited from AdvantageApiControllerBase.) |
|
|
SiteSettings<(Of <<'(T>)>>)()()()() |
Gets the site settings for the specified type.
(Inherited from AdvantageApiControllerBase.) |
|
|
Subscribe |
placeholder for allow admin to subscribe a webhook to AdvantageCSP
the payload can be any json object which will contains data we need to handle
this subscription logic
|

