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 SourceDeliveryApiContentIndexName
The name of the Delivery API content index.
Declaration
public const string DeliveryApiContentIndexName = "DeliveryApiContentIndex"
Field Value
| Type | Description |
|---|---|
| string |
ExternalIndexName
The name of the external content index (published content only).
Declaration
public const string ExternalIndexName = "ExternalIndex"
Field Value
| Type | Description |
|---|---|
| string |
InternalIndexName
The name of the internal content index (includes unpublished content).
Declaration
public const string InternalIndexName = "InternalIndex"
Field Value
| Type | Description |
|---|---|
| string |
MembersIndexName
The name of the members index.
Declaration
public const string MembersIndexName = "MembersIndex"
Field Value
| Type | Description |
|---|---|
| string |