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.
Namespace: SuperOffice.CRM.Webhooks
Assembly: SoDataBase.dll
Syntax
public class SystemWebhookPluginAttribute : PrioritizedPluginAttribute
Constructors
SystemWebhookPluginAttribute(String, Int32)
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 | |
Int32 | priority |
Extension Methods
EnumUtil.MapEnums<From, To>(From)