AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

WebhookController Members

The WebhookController type exposes the following members.

Constructors


  Name Description
Public method WebhookController

Methods


  Name Description
Public method Dispose()()()() (Inherited from AdvantageApiContentController.)
Protected method Dispose(Boolean) (Inherited from AdvantageApiControllerBase.)
Public method GetNavigations
Retrieves navigations filtered by the specified selectors.
(Inherited from AdvantageApiControllerBase.)
Public method SendWebhook
Send out the payload to distination URL
Public method SetLanguage
Sets the current language based on the given abbreviation. Clears cached engines when the language changes.
(Inherited from AdvantageApiControllerBase.)
Public method 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

Properties


  Name Description
Public property CurrentDomain
Gets or sets the current domain. Setting this clears any cached engines.
(Inherited from AdvantageApiControllerBase.)
Public property CurrentLanguage
Gets or sets the current language for the API. Setting this clears any cached engines.
(Inherited from AdvantageApiControllerBase.)
Public property CurrentSql
Gets the current SQL connection manager.
(Inherited from AdvantageApiControllerBase.)
Public property Languages
Gets the list of languages available for the current domain.
(Inherited from AdvantageApiControllerBase.)
Public property ModuleEngine
Gets the module engine for the current context.
(Inherited from AdvantageApiControllerBase.)
Public property NavigationEngine
Gets the navigation engine for the current context.
(Inherited from AdvantageApiControllerBase.)