View Source
Class WebhookModelBase
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class WebhookModelBase
Properties
View Source
ContentTypeKeys
Declaration
public Guid[] ContentTypeKeys { get; set; }
Property Value
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
public IDictionary<string, string> Headers { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.String> |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Url
Declaration
[Required]
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|