AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageWebhookProfile..::..eEventForWebhook Enumeration

Defines the business object lifecycle events that can trigger a webhook call.

Namespace:  AdvantageCMS.Core.Common.BaseClasses.Webhook
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


[SerializableAttribute]
public enum eEventForWebhook

Members


Member nameDescription
FirstPublish Fires only the first time the object is published.
EveryPublish Fires on every publish of the object (including republishes).
SaveDraft Fires when the object's draft is saved.
Delete Fires when the object is deleted.