Search Results for

    Show / Hide Table of Contents

    Class ProvisioningWebhook

    Inheritance
    System.Object
    ProvisioningWebhook
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    Assembly: PnP.Framework.dll
    Syntax
    public class ProvisioningWebhook : object

    Constructors

    ProvisioningWebhook()

    Declaration
    public ProvisioningWebhook()

    Properties

    Async

    Declaration
    public bool Async { get; set; }
    Property Value
    System.Boolean

    BodyFormat

    Declaration
    public ProvisioningWebhookBodyFormat BodyFormat { get; set; }
    Property Value
    ProvisioningWebhookBodyFormat

    Kind

    Declaration
    public ProvisioningWebhookKind Kind { get; set; }
    Property Value
    ProvisioningWebhookKind

    Method

    Declaration
    public ProvisioningWebhookMethod Method { get; set; }
    Property Value
    ProvisioningWebhookMethod

    Parameters

    Declaration
    public StringDictionaryItem[] Parameters { get; set; }
    Property Value
    StringDictionaryItem[]

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer