 | 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.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual bool PreNotifySilentExport(
int lExportProfileID,
long lWndHandle
)
Public Overridable Function PreNotifySilentExport (
lExportProfileID As Integer,
lWndHandle As Long
) As Boolean
Parameters
- lExportProfileID Int32
- lWndHandle Int64
Return Value
BooleanReturn true to continue or false to cancel
Revision HistoryDate | Version | Description |
---|
- | 2024 SP0 | First Release |
See Also