Search Results for

    Show / Hide Table of Contents

    Class UmbracoExamineFieldNames

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

    Fields

    CategoryFieldName

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

    IconFieldName

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

    IndexPathFieldName

    Used to store the path of a content object

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

    ItemIdFieldName

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

    ItemTypeFieldName

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

    NodeKeyFieldName

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

    NodeNameFieldName

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

    PublishedFieldName

    Declaration
    public const string PublishedFieldName = null
    Field Value
    Type Description
    System.String

    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

    UmbracoFileFieldName

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

    VariesByCultureFieldName

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