SearchHelper GetResultsToProcess Method Kentico 8.0 API Reference
Processes the results from the given range matching the required type

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

results
Type: OnlineSystem.Collections.Generic IList ISearchDocument 
List of the results
from
Type: OnlineSystem Int32
Index from which process the results
to
Type: OnlineSystem Int32
Index to process the results
typeLambda
Type: OnlineSystem Func OnlineString, OnlineBoolean 
Function that checks the type of the results to process

Return Value

Type: OnlineIEnumerable ISearchDocument 
See Also