Files
Umbraco-CMS/src/Umbraco.Infrastructure/Examine/IUmbracoIndexesCreator.cs

11 lines
208 B
C#

namespace Umbraco.Examine
{
/// <inheritdoc />
/// <summary>
/// Used to create the Umbraco indexes
/// </summary>
public interface IUmbracoIndexesCreator : IIndexCreator
{
}
}