| CTInterfaceVerifyExportListContent Method |
When the Export dialog box is shown call this to verify content of given listview in the Export
dialog box. Verification rules defined to the currently selected Export Profile are executed and
possible errors added by add-in scripts are considered. The export window status is updated per
verification result.
Namespace:
ATR.CT.CTInterface
Assembly:
CTInterface (in CTInterface.dll)
Syntax public bool VerifyExportListContent(
IListViewEx poListView
)
Public Function VerifyExportListContent (
poListView As IListViewEx
) As Boolean
Parameters
- poListView
- Type: IListViewEx
Export dialog box listview whose content to verify.
Return Value
Type:
BooleanTrue if content is valid thus non of the rows contain errors; otherwise false.
Availability See Also