Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoExamineFieldNames

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public static class UmbracoExamineFieldNames

    Fields

    View Source

    CategoryFieldName

    Declaration
    public const string CategoryFieldName = "__IndexType"
    Field Value
    Type Description
    System.String
    View Source

    IconFieldName

    Declaration
    public const string IconFieldName = null
    Field Value
    Type Description
    System.String
    View Source

    IndexPathFieldName

    Used to store the path of a content object

    Declaration
    public const string IndexPathFieldName = null
    Field Value
    Type Description
    System.String
    View Source

    ItemIdFieldName

    Declaration
    public const string ItemIdFieldName = "__NodeId"
    Field Value
    Type Description
    System.String
    View Source

    ItemTypeFieldName

    Declaration
    public const string ItemTypeFieldName = "__NodeTypeAlias"
    Field Value
    Type Description
    System.String
    View Source

    NodeKeyFieldName

    Declaration
    public const string NodeKeyFieldName = null
    Field Value
    Type Description
    System.String
    View Source

    NodeNameFieldName

    Declaration
    public const string NodeNameFieldName = "nodeName"
    Field Value
    Type Description
    System.String
    View Source

    PublishedFieldName

    Declaration
    public const string PublishedFieldName = null
    Field Value
    Type Description
    System.String
    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 = null
    Field Value
    Type Description
    System.String
    View Source

    UmbracoFileFieldName

    Declaration
    public const string UmbracoFileFieldName = "umbracoFileSrc"
    Field Value
    Type Description
    System.String
    View Source

    VariesByCultureFieldName

    Declaration
    public const string VariesByCultureFieldName = null
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • CategoryFieldName
      • IconFieldName
      • IndexPathFieldName
      • ItemIdFieldName
      • ItemTypeFieldName
      • NodeKeyFieldName
      • NodeNameFieldName
      • PublishedFieldName
      • RawFieldPrefix
      • UmbracoFileFieldName
      • VariesByCultureFieldName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX