Enum SiteWebhookType
Defines the various flavors of a SiteWebhook
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public enum SiteWebhookType : int
ListAdded
A WebHook for the ListAdded event of Site.
ListCreated
A WebHook for the ListCreated event of Site.
WebCreated
A WebHook for the WebCreated event of Site.
WebDeleted
A WebHook for the WebDeleted event of Site.
WebMoved
A WebHook for the WebMoved event of Site.