Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUmbracoIndex

    A Marker interface for defining an Umbraco indexer

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

    Properties

    View Source

    EnableDefaultEventHandler

    When set to true Umbraco will keep the index in sync with Umbraco data automatically

    Declaration
    bool EnableDefaultEventHandler { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    PublishedValuesOnly

    When set to true the index will only retain published values

    Declaration
    bool PublishedValuesOnly { get; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Any non-published values will not be put or kept in the index:

    • Deleted, Trashed, non-published Content items
    • non-published Variants
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • EnableDefaultEventHandler
      • PublishedValuesOnly
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX