Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoExamineFieldNames

    Inheritance
    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
    string
    View Source

    IconFieldName

    Declaration
    public const string IconFieldName = "__Icon"
    Field Value
    Type Description
    string
    View Source

    IndexPathFieldName

    Used to store the path of a content object

    Declaration
    public const string IndexPathFieldName = "__Path"
    Field Value
    Type Description
    string
    View Source

    ItemIdFieldName

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

    ItemTypeFieldName

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

    NodeKeyFieldName

    Declaration
    public const string NodeKeyFieldName = "__Key"
    Field Value
    Type Description
    string
    View Source

    NodeNameFieldName

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

    PublishedFieldName

    Declaration
    public const string PublishedFieldName = "__Published"
    Field Value
    Type Description
    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 = "__Raw_"
    Field Value
    Type Description
    string
    View Source

    UmbracoFileFieldName

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

    VariesByCultureFieldName

    Declaration
    public const string VariesByCultureFieldName = "__VariesByCulture"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX