Search Results for

    Show / Hide Table of Contents
    View Source

    Class TypeLoaderExtensions

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

    Methods

    View Source

    GetActions(TypeLoader)

    Gets all types implementing IAction

    Declaration
    public static IEnumerable<Type> GetActions(this TypeLoader mgr)
    Parameters
    Type Name Description
    TypeLoader mgr
    Returns
    Type Description
    IEnumerable<Type>
    View Source

    GetCacheRefreshers(TypeLoader)

    Gets all types implementing ICacheRefresher.

    Declaration
    public static IEnumerable<Type> GetCacheRefreshers(this TypeLoader mgr)
    Parameters
    Type Name Description
    TypeLoader mgr
    Returns
    Type Description
    IEnumerable<Type>
    View Source

    GetDataEditors(TypeLoader)

    Gets all types implementing IDataEditor.

    Declaration
    public static IEnumerable<Type> GetDataEditors(this TypeLoader mgr)
    Parameters
    Type Name Description
    TypeLoader mgr
    Returns
    Type Description
    IEnumerable<Type>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetActions(TypeLoader)
      • GetCacheRefreshers(TypeLoader)
      • GetDataEditors(TypeLoader)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX