| SearchHelperGetResultsToProcess Method | 
            Processes the results from the given range matching the required type
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
 Syntax
Syntaxpublic static IEnumerable<ILuceneSearchDocument> GetResultsToProcess(
	IList<ILuceneSearchDocument> results,
	int from,
	int to,
	Func<string, bool> typeLambda
)
Parameters
- results
- Type: System.Collections.GenericIListILuceneSearchDocument
 List of the results
- from
- Type: SystemInt32
 Index from which process the results
- to
- Type: SystemInt32
 Index to process the results
- typeLambda
- Type: SystemFuncString, Boolean
 Function that checks the type of the results to process
Return Value
Type: 
IEnumerableILuceneSearchDocument See Also
See Also