| 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)
Syntax public int AddErrorToExportList(
IListViewEx poListView,
int rowIndex,
string errorStr
)
Public Function AddErrorToExportList (
poListView As IListViewEx,
rowIndex As Integer,
errorStr As String
) As Integer
Parameters
- poListView
- Type: IListViewEx
Listview to which to add error. - rowIndex
- Type: SystemInt32
Index of the listview row which to add the error. - errorStr
- Type: SystemString
Descriptive error message to add.
Return Value
Type:
Int32ID of the error that was added when successful; otherwise -1
Availability See Also