Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUmbracoTreeSearcherFields

    Used to propagate hardcoded internal Field lists

    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IUmbracoTreeSearcherFields

    Methods

    View Source

    GetBackOfficeDocumentFields()

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

    Declaration
    IEnumerable<string> GetBackOfficeDocumentFields()
    Returns
    Type Description
    IEnumerable<string>

    An enumerable collection of index field names used for searching document entities in the back office.

    View Source

    GetBackOfficeDocumentFieldsToLoad()

    Returns the set of document field names that should be loaded when retrieving documents for the back office.

    Declaration
    ISet<string> GetBackOfficeDocumentFieldsToLoad()
    Returns
    Type Description
    ISet<string>

    A set of field names to load for back office document retrieval.

    View Source

    GetBackOfficeFields()

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

    Declaration
    IEnumerable<string> GetBackOfficeFields()
    Returns
    Type Description
    IEnumerable<string>
    View Source

    GetBackOfficeFieldsToLoad()

    Returns the set of field names that should be loaded for back office operations.

    Declaration
    ISet<string> GetBackOfficeFieldsToLoad()
    Returns
    Type Description
    ISet<string>

    A set of field names required for back office functionality.

    View Source

    GetBackOfficeMediaFields()

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

    Declaration
    IEnumerable<string> GetBackOfficeMediaFields()
    Returns
    Type Description
    IEnumerable<string>
    View Source

    GetBackOfficeMediaFieldsToLoad()

    Gets the set of media fields that should be loaded for back office search or indexing operations.

    Declaration
    ISet<string> GetBackOfficeMediaFieldsToLoad()
    Returns
    Type Description
    ISet<string>

    A set of strings representing the names of media fields to load for back office operations.

    View Source

    GetBackOfficeMembersFields()

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

    Declaration
    IEnumerable<string> GetBackOfficeMembersFields()
    Returns
    Type Description
    IEnumerable<string>

    An enumerable collection of index field names used for searching member entities in the back office.

    View Source

    GetBackOfficeMembersFieldsToLoad()

    Returns the set of field names to be loaded for back office member search or display.

    Declaration
    ISet<string> GetBackOfficeMembersFieldsToLoad()
    Returns
    Type Description
    ISet<string>

    A set of field names relevant to back office members.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX