Click or drag to resize

CTInterfaceAddErrorToExportList Method

Call this while Export command is active to add error to specific listview row. After adding all possible errors, call VerifyExportListContent.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public int AddErrorToExportList(
	IListViewEx poListView,
	int rowIndex,
	string errorStr
)

Parameters

poListView  IListViewEx
Listview to which to add error.
rowIndex  Int32
Index of the listview row which to add the error.
errorStr  String
Descriptive error message to add.

Return Value

Int32
ID of the error that was added when successful; otherwise -1
Revision History
DateVersionDescription
-2021 SP3First Release
See Also