View Source
Interface IBackOfficeExamineSearcher
Used to search the back office for Examine indexed entities (Documents, Media and Members)
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IBackOfficeExamineSearcher
Methods
View Source
Search(String, UmbracoEntityTypes, Int32, Int64, out Int64, String, Boolean)
Declaration
IEnumerable<ISearchResult> Search(string query, UmbracoEntityTypes entityType, int pageSize, long pageIndex, out long totalFound, string searchFrom = null, bool ignoreUserStartNodes = false)
Parameters
Type |
Name |
Description |
System.String |
query |
|
UmbracoEntityTypes |
entityType |
|
System.Int32 |
pageSize |
|
System.Int64 |
pageIndex |
|
System.Int64 |
totalFound |
|
System.String |
searchFrom |
|
System.Boolean |
ignoreUserStartNodes |
|
Returns
Type |
Description |
IEnumerable<ISearchResult> |
|