Class Webhook2EventsDto
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
Assembly: Umbraco.Infrastructure.dll
Syntax
public class Webhook2EventsDto
Properties
View SourceEvent
Declaration
public string Event { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WebhookId
Declaration
public int WebhookId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |