Click or drag to resize

GenericExportHandlerT, E, IInitExport Method

Initialization of this class for Export procedure, or to disable or handling; depending if the typename of the given export profile matches the indentifying name of the parent extension.

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected virtual void InitExport(
	ICTExportProfile profile,
	bool bOutSideSWContext,
	bool bSilentInSWContext,
	long lWndHandle = 0,
	int iConfs = 0
)

Parameters

profile  ICTExportProfile
bOutSideSWContext  Boolean
bSilentInSWContext  Boolean
lWndHandle  Int64  (Optional)
iConfs  Int32  (Optional)
Revision History
DateVersionDescription
-2024 SP0First Release
See Also