• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoTreeSearcherFields

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Search
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class UmbracoTreeSearcherFields : IUmbracoTreeSearcherFields

    Constructors

    View Source

    UmbracoTreeSearcherFields(ILocalizationService)

    Declaration
    public UmbracoTreeSearcherFields(ILocalizationService localizationService)
    Parameters
    Type Name Description
    ILocalizationService localizationService

    Methods

    View Source

    GetBackOfficeDocumentFields()

    The additional index fields that are searched on in the back office for document entities.

    Declaration
    public virtual IEnumerable<string> GetBackOfficeDocumentFields()
    Returns
    Type Description
    IEnumerable<System.String>
    View Source

    GetBackOfficeDocumentFieldsToLoad()

    Declaration
    public virtual ISet<string> GetBackOfficeDocumentFieldsToLoad()
    Returns
    Type Description
    ISet<System.String>
    View Source

    GetBackOfficeFields()

    The default index fields that are searched on in the back office search for umbraco content entities.

    Declaration
    public virtual IEnumerable<string> GetBackOfficeFields()
    Returns
    Type Description
    IEnumerable<System.String>
    View Source

    GetBackOfficeFieldsToLoad()

    Declaration
    public virtual ISet<string> GetBackOfficeFieldsToLoad()
    Returns
    Type Description
    ISet<System.String>
    View Source

    GetBackOfficeMediaFields()

    The additional index fields that are searched on in the back office for media entities.

    Declaration
    public virtual IEnumerable<string> GetBackOfficeMediaFields()
    Returns
    Type Description
    IEnumerable<System.String>
    View Source

    GetBackOfficeMediaFieldsToLoad()

    Declaration
    public virtual ISet<string> GetBackOfficeMediaFieldsToLoad()
    Returns
    Type Description
    ISet<System.String>
    View Source

    GetBackOfficeMembersFields()

    The additional index fields that are searched on in the back office for member entities.

    Declaration
    public virtual IEnumerable<string> GetBackOfficeMembersFields()
    Returns
    Type Description
    IEnumerable<System.String>
    View Source

    GetBackOfficeMembersFieldsToLoad()

    Declaration
    public virtual ISet<string> GetBackOfficeMembersFieldsToLoad()
    Returns
    Type Description
    ISet<System.String>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoTreeSearcherFields(ILocalizationService)
    • Methods
      • GetBackOfficeDocumentFields()
      • GetBackOfficeDocumentFieldsToLoad()
      • GetBackOfficeFields()
      • GetBackOfficeFieldsToLoad()
      • GetBackOfficeMediaFields()
      • GetBackOfficeMediaFieldsToLoad()
      • GetBackOfficeMembersFields()
      • GetBackOfficeMembersFieldsToLoad()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX