Click or drag to resize

CTInterface.ExecuteSearchGroupSearchArgs.SetResultset 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) Version: 25.0
Syntax
public void SetResultset(
	List<CTExtDataSrcSearchResult> resultSet
)

Parameters

resultSet  List<CTExtDataSrcSearchResult>
List of results.
See Also