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
Description
Declaration
string? Description { get; set; }
Property Value
View Source
Enabled
Declaration
bool Enabled { get; set; }
Property Value
View Source
Events
Declaration
string[] Events { get; set; }
Property Value
| Type |
Description |
| string[] |
|
View Source
Declaration
IDictionary<string, string> Headers { get; set; }
Property Value
| Type |
Description |
| IDictionary<string, string> |
|
View Source
Name
Declaration
string? Name { get; set; }
Property Value
View Source
Url
Declaration
Property Value