View Source
Interface IWebhook
Assembly: Umbraco.Core.dll
Syntax
public interface IWebhook : IEntity, IDeepCloneable
Properties
View Source
ContentTypeKeys
Declaration
Guid[] ContentTypeKeys { get; set; }
Property Value
View Source
Enabled
Declaration
bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Events
Declaration
string[] Events { get; set; }
Property Value
Type |
Description |
System.String[] |
|
View Source
Declaration
IDictionary<string, string> Headers { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.String> |
|
View Source
Url
Declaration
Property Value
Type |
Description |
System.String |
|