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: SuperOfficeCRMWebhooks
Assembly: SoDataBase.dll
Syntax
public class CustomWebhookPluginAttribute : PluginAttribute
Constructors
CustomWebhookPluginAttribute(string)
Declaration
public CustomWebhookPluginAttribute(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |