Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMacroWithAliasService

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IMacroWithAliasService : IMacroService, IService

    Methods

    View Source

    GetAll(String[])

    Gets a list of available IMacro objects by alias.

    Declaration
    IEnumerable<IMacro> GetAll(params string[] aliases)
    Parameters
    Type Name Description
    System.String[] aliases

    Optional array of aliases to limit the results

    Returns
    Type Description
    IEnumerable<IMacro>

    An enumerable list of IMacro objects

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetAll(String[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX