Click or drag to resize

CTInterfaceExecuteSearchGroupSearchArgsSetResultset Method

Sets the resultset to be shown for user when Search Group search is performed. Sets also Handled to TRUE.

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public void SetResultset(
	List<CTExtDataSrcSearchResult> resultSet
)

Parameters

resultSet
Type: System.Collections.GenericListCTExtDataSrcSearchResult
List of results.
See Also