Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoBuilderExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class UmbracoBuilderExtensions

    Methods

    View Source

    AddNotificationsFromAssembly<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

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • AddNotificationsFromAssembly<T>(IUmbracoBuilder)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX