Search Results for

    Show / Hide Table of Contents

    Class UmbracoTreeSearcherFields

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

    Constructors

    UmbracoTreeSearcherFields(ILocalizationService)

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

    Methods

    GetBackOfficeDocumentFields()

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

    GetBackOfficeDocumentFieldsToLoad()

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

    GetBackOfficeFields()

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

    GetBackOfficeFieldsToLoad()

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

    GetBackOfficeMediaFields()

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

    GetBackOfficeMediaFieldsToLoad()

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

    GetBackOfficeMembersFields()

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

    GetBackOfficeMembersFieldsToLoad()

    Declaration
    public virtual ISet<string> GetBackOfficeMembersFieldsToLoad()
    Returns
    Type Description
    System.Collections.Generic.ISet<System.String>
    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