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) Version: 25.0
Syntax
public virtual bool PreNotifySilentExport(
	int lExportProfileID,
	long lWndHandle
)

Parameters

lExportProfileID  Int32
lWndHandle  Int64

Return Value

Boolean
Return true to continue or false to cancel
Revision History
DateVersionDescription
-2024 SP0First Release
See Also