Interface IMacroWithAliasService
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IMacroWithAliasService : IMacroService, IService
Methods
View SourceGetAll(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 |