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: 9.0.0
Syntax
C#
public static IList<string> GetResultTypes(
	IList<ISearchDocument> results,
	int from,
	int to
)

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

Return Value

Type: IListString
See Also