11 lines
208 B
C#
11 lines
208 B
C#
namespace Umbraco.Examine
|
|
{
|
|
/// <inheritdoc />
|
|
/// <summary>
|
|
/// Used to create the Umbraco indexes
|
|
/// </summary>
|
|
public interface IUmbracoIndexesCreator : IIndexCreator
|
|
{
|
|
}
|
|
}
|