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)
Syntax
protected virtual void InitExport(
	ICTExportProfile profile,
	bool bOutSideSWContext,
	bool bSilentInSWContext,
	long lWndHandle = 0,
	int iConfs = 0
)

Parameters

profile
Type: ICTExportProfile
bOutSideSWContext
Type: SystemBoolean
bSilentInSWContext
Type: SystemBoolean
lWndHandle (Optional)
Type: SystemInt64
iConfs (Optional)
Type: SystemInt32
See Also