Click or drag to resize
SearchHelperGetResultTypes Method
Gets the list of all types present in the given results

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public static IList<string> GetResultTypes(
	IList<ILuceneSearchDocument> results,
	int from,
	int to
)

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

Return Value

Type: IListString
See Also