Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUmbracoIndexConfig

    Represents the configuration settings used to define and customize an Umbraco Examine index.

    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IUmbracoIndexConfig

    Methods

    View Source

    GetContentValueSetValidator()

    Gets the IContentValueSetValidator used to validate content value sets before they are indexed.

    Declaration
    IContentValueSetValidator GetContentValueSetValidator()
    Returns
    Type Description
    IContentValueSetValidator

    An instance of IContentValueSetValidator for validating content value sets.

    View Source

    GetMemberValueSetValidator()

    Returns the Examine.IValueSetValidator used to validate value sets for members.

    Declaration
    IValueSetValidator GetMemberValueSetValidator()
    Returns
    Type Description
    IValueSetValidator

    The validator for member value sets.

    View Source

    GetPublishedContentValueSetValidator()

    Gets the validator used for published content value sets.

    Declaration
    IContentValueSetValidator GetPublishedContentValueSetValidator()
    Returns
    Type Description
    IContentValueSetValidator

    An IContentValueSetValidator instance for validating published content value sets.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX