Class NoopBackOfficeExamineSearcher
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class NoopBackOfficeExamineSearcher : IBackOfficeExamineSearcher
Methods
Search(String, UmbracoEntityTypes, Int32, Int64, out Int64, String, Boolean)
Declaration
public 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 |
System.Collections.Generic.IEnumerable<ISearchResult> |
|