Interface IUmbracoTreeSearcherFields
Used to propagate hardcoded internal Field lists
Assembly: cs.temp.dll.dll
Syntax
public interface IUmbracoTreeSearcherFields
Methods
GetBackOfficeDocumentFields()
The additional index fields that are searched on in the back office for document entities.
Declaration
IEnumerable<string> GetBackOfficeDocumentFields()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
GetBackOfficeDocumentFieldsToLoad()
Declaration
ISet<string> GetBackOfficeDocumentFieldsToLoad()
Returns
Type |
Description |
System.Collections.Generic.ISet<System.String> |
|
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 |
System.Collections.Generic.IEnumerable<System.String> |
|
GetBackOfficeFieldsToLoad()
Declaration
ISet<string> GetBackOfficeFieldsToLoad()
Returns
Type |
Description |
System.Collections.Generic.ISet<System.String> |
|
The additional index fields that are searched on in the back office for media entities.
Declaration
IEnumerable<string> GetBackOfficeMediaFields()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
Declaration
ISet<string> GetBackOfficeMediaFieldsToLoad()
Returns
Type |
Description |
System.Collections.Generic.ISet<System.String> |
|
GetBackOfficeMembersFields()
The additional index fields that are searched on in the back office for member entities.
Declaration
IEnumerable<string> GetBackOfficeMembersFields()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
GetBackOfficeMembersFieldsToLoad()
Declaration
ISet<string> GetBackOfficeMembersFieldsToLoad()
Returns
Type |
Description |
System.Collections.Generic.ISet<System.String> |
|