Class ProvisioningWebhookBase
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public abstract class ProvisioningWebhookBase : BaseModel, IProvisioningTemplateDescendant
Properties
Async
Defines whether the Provisioning Template Webhook should be executed asychronously or not
Declaration
public Boolean Async { get; set; }
Property Value
Boolean
|
BodyFormat
Defines how to format the request body for HTTP POST requests
Declaration
public ProvisioningTemplateWebhookBodyFormat BodyFormat { get; set; }
Property Value
Kind
Defines the .app file of the SharePoint Add-in to provision
Declaration
public ProvisioningTemplateWebhookKind Kind { get; set; }
Property Value
Method
Defines how to call the target Webhook URL
Declaration
public ProvisioningTemplateWebhookMethod Method { get; set; }
Property Value
Parameters
Defines the custom parameters for the Provisioning Template Webhook
Declaration
public Dictionary<string, string> Parameters { get; set; }
Property Value
Dictionary<System.
|
Url
Defines the URL of a Provisioning Template Webhook, can be a replaceable string
Declaration
public string Url { get; set; }
Property Value
System.
|
Methods
Equals(ProvisioningWebhookBase)
Compares ProvisioningWebhookBase object based on PackagePath and source
Declaration
public bool Equals(ProvisioningWebhookBase other)
Parameters
Provisioning ProvisioningWebhookBase Class object |
Returns
System. true if the ProvisioningWebhookBase object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with ProvisioningWebhookBase class
Declaration
public override bool Equals(object obj)
Parameters
System. Object that represents ProvisioningWebhookBase |
Returns
System. Checks whether object is ProvisioningWebhookBase class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System. Returns HashCode |