Interface IUmbracoTreeSearcherFields2
Namespace: Umbraco.Web.Search
Assembly: Umbraco.Web.dll
Syntax
public interface IUmbracoTreeSearcherFields2 : IUmbracoTreeSearcherFields
Methods
View SourceGetBackOfficeDocumentFieldsToLoad()
Additional set of fields for Documents to be loaded
Declaration
ISet<string> GetBackOfficeDocumentFieldsToLoad()
Returns
Type | Description |
---|---|
System.Collections.Generic.ISet<System.String> |
GetBackOfficeFieldsToLoad()
Set of fields for all node types to be loaded
Declaration
ISet<string> GetBackOfficeFieldsToLoad()
Returns
Type | Description |
---|---|
System.Collections.Generic.ISet<System.String> |
GetBackOfficeMediaFieldsToLoad()
Additional set of fields for Media to be loaded
Declaration
ISet<string> GetBackOfficeMediaFieldsToLoad()
Returns
Type | Description |
---|---|
System.Collections.Generic.ISet<System.String> |
GetBackOfficeMembersFieldsToLoad()
Additional set list of fields for Members to be loaded
Declaration
ISet<string> GetBackOfficeMembersFieldsToLoad()
Returns
Type | Description |
---|---|
System.Collections.Generic.ISet<System.String> |