Show / Hide Table of Contents

Enum WebhookNotifyVia

How to notify recipients when a webhook changes state This Enum is used by: Webhook.notify_via This Enum consists of flag values that can be combined.

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum WebhookNotifyVia : short

Fields

Name Description
Email

1: 1: Send e-mail notification

InApp

2: 2: Send in-app notification

None

0: 0: No notification channels

Extension Methods

EnumUtil.MapEnums<WebhookNotifyVia, To>(WebhookNotifyVia)
Converters.MapEnums<WebhookNotifyVia, To>(WebhookNotifyVia)
ObjectExtensions.AssignByReflection<WebhookNotifyVia>(WebhookNotifyVia, WebhookNotifyVia)
ObjectExtensions.GraphCopy<WebhookNotifyVia>(WebhookNotifyVia)
EnumUtil.GetDescription(Enum)
ResourceManagerExt.ToResourceString(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top