Processes the results from the given range matching the required type
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- results
- Type: System.Collections.Generic IList ISearchDocument
List of the results
- from
- Type: System Int32
Index from which process the results
- to
- Type: System Int32
Index to process the results
- typeLambda
- Type: System Func String, Boolean
Function that checks the type of the results to process
Return Value
Type: IEnumerable ISearchDocumentSee Also