View Source
Class Constants.UmbracoIndexes
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class UmbracoIndexes
Fields
View Source
ExternalIndexName
Declaration
public const string ExternalIndexName = "ExternalIndex"
Field Value
Type |
Description |
System.String |
|
View Source
ExternalIndexPath
Declaration
public const string ExternalIndexPath = "External"
Field Value
Type |
Description |
System.String |
|
View Source
InternalIndexName
Declaration
public const string InternalIndexName = "InternalIndex"
Field Value
Type |
Description |
System.String |
|
View Source
InternalIndexPath
Declaration
public const string InternalIndexPath = "Internal"
Field Value
Type |
Description |
System.String |
|
View Source
MembersIndexName
Declaration
public const string MembersIndexName = "MembersIndex"
Field Value
Type |
Description |
System.String |
|
View Source
MembersIndexPath
Declaration
public const string MembersIndexPath = "Members"
Field Value
Type |
Description |
System.String |
|