View Source
Class WebhookMapDefinition
Inheritance
System.Object
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class WebhookMapDefinition : IMapDefinition
Constructors
View Source
WebhookMapDefinition()
Declaration
public WebhookMapDefinition()
View Source
WebhookMapDefinition(IHostingEnvironment, ILocalizedTextService)
Declaration
public WebhookMapDefinition(IHostingEnvironment hostingEnvironment, ILocalizedTextService localizedTextService)
Parameters
Type |
Name |
Description |
IHostingEnvironment |
hostingEnvironment |
|
ILocalizedTextService |
localizedTextService |
|
Methods
View Source
DefineMaps(IUmbracoMapper)
Declaration
public void DefineMaps(IUmbracoMapper mapper)
Parameters
Type |
Name |
Description |
IUmbracoMapper |
mapper |
|