Class UmbracoBuilderExtensions
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Extensions
Assembly: Umbraco.Core.dll
Syntax
public static class UmbracoBuilderExtensions
Methods
View SourceAddNotificationsFromAssembly<T>(IUmbracoBuilder)
Registers all INotificationHandler<TNotification> within an assembly
Declaration
public static IUmbracoBuilder AddNotificationsFromAssembly<T>(this IUmbracoBuilder self)
Parameters
Type | Name | Description |
---|---|---|
IUmbracoBuilder | self | IUmbracoBuilder |
Returns
Type | Description |
---|---|
IUmbracoBuilder |
Type Parameters
Name | Description |
---|---|
T | Type contained within the targeted assembly |