  | 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.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected virtual void InitExport(
	ICTExportProfile profile,
	bool bOutSideSWContext,
	bool bSilentInSWContext,
	long lWndHandle = 0,
	int iConfs = 0
)
Protected Overridable Sub InitExport ( 
	profile As ICTExportProfile,
	bOutSideSWContext As Boolean,
	bSilentInSWContext As Boolean,
	Optional lWndHandle As Long = 0,
	Optional iConfs As Integer = 0
)
Parameters
- profile  ICTExportProfile
 - bOutSideSWContext  Boolean
 - bSilentInSWContext  Boolean
 - lWndHandle  Int64  (Optional)
 - iConfs  Int32  (Optional)
 
Revision History| Date | Version | Description | 
|---|
| - | 2024 SP0 | First Release | 
See Also