Click or drag to resize
SearchHelperGetResultsToProcess Method
Processes the results from the given range matching the required type

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
public static IEnumerable<ISearchDocument> GetResultsToProcess(
	IList<ISearchDocument> results,
	int from,
	int to,
	Func<string, bool> typeLambda
)

Parameters

results
Type: System.Collections.GenericIListISearchDocument
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: IEnumerableISearchDocument
See Also