Class CustomWebhookPluginAttribute
Marks a custom webhook plugin ICustomWebhookPlugin - there can be many of these. These plugins are responsible for notifying other systems of events. They do not have to store/update webhook info. That's handled by the ISystemWebhookPlugin.
Inherited Members
Namespace: SuperOffice.CRM.Webhooks
Assembly: SoDataBase.dll
Syntax
public class CustomWebhookPluginAttribute : PluginAttribute
Constructors
CustomWebhookPluginAttribute(string)
Marks a custom webhook plugin ICustomWebhookPlugin - there can be many of these. These plugins are responsible for notifying other systems of events. They do not have to store/update webhook info. That's handled by the ISystemWebhookPlugin.
Declaration
public CustomWebhookPluginAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |