View Source
Class UmbracoExamineFieldNames
Assembly: Umbraco.Infrastructure.dll
Syntax
public static class UmbracoExamineFieldNames
Fields
View Source
CategoryFieldName
Declaration
public const string CategoryFieldName = "__IndexType"
Field Value
View Source
IconFieldName
Declaration
public const string IconFieldName = "__Icon"
Field Value
View Source
IndexPathFieldName
Used to store the path of a content object
Declaration
public const string IndexPathFieldName = "__Path"
Field Value
View Source
ItemIdFieldName
Declaration
public const string ItemIdFieldName = "__NodeId"
Field Value
View Source
ItemTypeFieldName
Declaration
public const string ItemTypeFieldName = "__NodeTypeAlias"
Field Value
View Source
NodeKeyFieldName
Declaration
public const string NodeKeyFieldName = "__Key"
Field Value
View Source
NodeNameFieldName
Declaration
public const string NodeNameFieldName = "nodeName"
Field Value
View Source
PublishedFieldName
Declaration
public const string PublishedFieldName = "__Published"
Field Value
View Source
RawFieldPrefix
The prefix added to a field when it is duplicated in order to store the original raw value.
Declaration
public const string RawFieldPrefix = "__Raw_"
Field Value
View Source
UmbracoFileFieldName
Declaration
public const string UmbracoFileFieldName = "umbracoFileSrc"
Field Value
View Source
VariesByCultureFieldName
Declaration
public const string VariesByCultureFieldName = "__VariesByCulture"
Field Value