 | 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)
Syntaxpublic virtual bool PreNotifySilentExport(
int lExportProfileID,
long lWndHandle
)
Public Overridable Function PreNotifySilentExport (
lExportProfileID As Integer,
lWndHandle As Long
) As Boolean
Parameters
- lExportProfileID
- Type: SystemInt32
- lWndHandle
- Type: SystemInt64
Return Value
Type:
BooleanReturn true to continue or false to cancel
Availability
See Also