Class WebhookBannerNotification
Payload delivered to a connected browser session as an ONWEBHOOKNOTIFICATION server event. Must stay in sync with the IWebhookBannerNotification TypeScript interface in SCIL.
Inherited Members
Namespace: SuperOffice.CRM.Webhooks
Assembly: SoDataBase.dll
Syntax
public class WebhookBannerNotification
Constructors
WebhookBannerNotification()
Payload delivered to a connected browser session as an ONWEBHOOKNOTIFICATION server event. Must stay in sync with the IWebhookBannerNotification TypeScript interface in SCIL.
Declaration
public WebhookBannerNotification()
Properties
ErrorCount
Payload delivered to a connected browser session as an ONWEBHOOKNOTIFICATION server event. Must stay in sync with the IWebhookBannerNotification TypeScript interface in SCIL.
Declaration
public int ErrorCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
State
Payload delivered to a connected browser session as an ONWEBHOOKNOTIFICATION server event. Must stay in sync with the IWebhookBannerNotification TypeScript interface in SCIL.
Declaration
public WebhookState State { get; set; }
Property Value
| Type | Description |
|---|---|
| WebhookState |
WebhookId
Payload delivered to a connected browser session as an ONWEBHOOKNOTIFICATION server event. Must stay in sync with the IWebhookBannerNotification TypeScript interface in SCIL.
Declaration
public int WebhookId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
WebhookName
Payload delivered to a connected browser session as an ONWEBHOOKNOTIFICATION server event. Must stay in sync with the IWebhookBannerNotification TypeScript interface in SCIL.
Declaration
public string WebhookName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |