Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IIndexingRebuilderService

    Namespace: Umbraco.Cms.Infrastructure.Services
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IIndexingRebuilderService

    Methods

    View Source

    CanRebuild(String)

    Declaration
    bool CanRebuild(string indexName)
    Parameters
    Type Name Description
    System.String indexName
    Returns
    Type Description
    System.Boolean
    View Source

    IsRebuilding(String)

    Declaration
    bool IsRebuilding(string indexName)
    Parameters
    Type Name Description
    System.String indexName
    Returns
    Type Description
    System.Boolean
    View Source

    TryRebuild(IIndex, String)

    Declaration
    bool TryRebuild(IIndex index, string indexName)
    Parameters
    Type Name Description
    IIndex index
    System.String indexName
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CanRebuild(String)
      • IsRebuilding(String)
      • TryRebuild(IIndex, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX