Click or drag to resize

ExportTypeExtensionInit Method

Called when this extension is selected from the export type combo for the first time. Immediately after this TypeSelected is also called.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual void Init(
	CTExportProfile poExportProfile
)

Parameters

poExportProfile  CTExportProfile
Current export profile.
Revision History
DateVersionDescription
-2017 SP1First Release
See Also