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

Parameters

poListView
Type: IListViewEx
Export dialog box listview whose content to verify.

Return Value

Type: Boolean
True if content is valid thus non of the rows contain errors; otherwise false.
Availability

CUSTOMTOOLS 2021 SP3


See Also