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

Parameters

resultSet  ListCTExtDataSrcSearchResult
List of results.
See Also