  | 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.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic bool VerifyExportListContent(
	IListViewEx poListView
)
Public Function VerifyExportListContent ( 
	poListView As IListViewEx
) As Boolean
Parameters
- poListView  IListViewEx
 - Export dialog box listview whose content to verify.
 
Return Value
BooleanTrue if content is valid thus non of the rows contain errors; otherwise false.
Revision History| Date | Version | Description | 
|---|
| - | 2021 SP3 | First Release | 
See Also