Search Results for

    Show / Hide Table of Contents

    Enum ProvisioningTemplateWebhookMethod

    Defines how to call the target Webhook URL

    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public enum ProvisioningTemplateWebhookMethod : int

    GET

    Invoke the Webhook with a HTTP GET request. Any Parameter optional will be in the querystring.

    POST

    Invoke the Webhook with a HTTP POST request. Any Parameter optional will be in the request body.

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<ProvisioningTemplateWebhookMethod>(String)
    ObjectExtensions.Set<ProvisioningTemplateWebhookMethod, T>(Expression<Func<ProvisioningTemplateWebhookMethod, T>>, T, Boolean, Boolean)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer