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.
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 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)