Click or drag to resize

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) Version: 25.0
Syntax
public bool VerifyExportListContent(
	IListViewEx poListView
)

Parameters

poListView  IListViewEx
Export dialog box listview whose content to verify.

Return Value

Boolean
True if content is valid thus non of the rows contain errors; otherwise false.
Revision History
DateVersionDescription
-2021 SP3First Release
See Also