Class SystemWebhookPluginAttribute
Marks a default webhook plugin ISystemWebhookPlugin - there is only one of these per system. The plugin is responsible for sending out and storing webhook information. The lowest priority wins.
Inheritance
SystemWebhookPluginAttribute
Inherited Members
Namespace: SuperOffice.CRM.Webhooks
Assembly: SoDataBase.dll
Syntax
public class SystemWebhookPluginAttribute : PrioritizedPluginAttribute
Constructors
SystemWebhookPluginAttribute(string, int)
Marks a default webhook plugin ISystemWebhookPlugin - there is only one of these per system. The plugin is responsible for sending out and storing webhook information. The lowest priority wins.
Declaration
public SystemWebhookPluginAttribute(string name, int priority)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| int | priority |