Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.UmbracoIndexes

    Contains constants for Umbraco Examine search index names.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Constants.UmbracoIndexes

    Fields

    View Source

    DeliveryApiContentIndexName

    The name of the Delivery API content index.

    Declaration
    public const string DeliveryApiContentIndexName = "DeliveryApiContentIndex"
    Field Value
    Type Description
    string
    View Source

    ExternalIndexName

    The name of the external content index (published content only).

    Declaration
    public const string ExternalIndexName = "ExternalIndex"
    Field Value
    Type Description
    string
    View Source

    InternalIndexName

    The name of the internal content index (includes unpublished content).

    Declaration
    public const string InternalIndexName = "InternalIndex"
    Field Value
    Type Description
    string
    View Source

    MembersIndexName

    The name of the members index.

    Declaration
    public const string MembersIndexName = "MembersIndex"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX