Interface IIndexPopulator
Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IIndexPopulator
Methods
View SourceIsRegistered(IIndex)
If this index is registered with this populator
Declaration
bool IsRegistered(IIndex index)
Parameters
Type | Name | Description |
---|---|---|
IIndex | index |
Returns
Type | Description |
---|---|
System.Boolean |
Populate(IIndex[])
Populate indexers
Declaration
void Populate(params IIndex[] indexes)
Parameters
Type | Name | Description |
---|---|---|
IIndex[] | indexes |