Click or drag to resize

ExportTypeExtensionPreNotifySilentExport Method

Prenotifies the extension that Silent Export is happening soon. This is a good place to prompt credentials and store them for the silent execution if needed.

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual bool PreNotifySilentExport(
	int lExportProfileID,
	long lWndHandle
)

Parameters

lExportProfileID
Type: SystemInt32
lWndHandle
Type: SystemInt64

Return Value

Type: Boolean
Return true to continue or false to cancel
Availability

CUSTOMTOOLS 2024 SP0


See Also