Click or drag to resize

ExportTypeExtEXPORTSETTINGSTYPE, FIELDSETTINGSSaveSettings Method

Static helper for saving settings object to ICTExportProfile.

Namespace: CTExtensions.ExportCore.EXTs
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public static void SaveSettings(
	ICTExtension ext,
	CTExportProfile poExportProfile,
	EXPORTSETTINGSTYPE settings
)

Parameters

ext  ICTExtension
Extension which settings should be saved.
poExportProfile  CTExportProfile
Export Profile to which the settings should be bound to.
settings  EXPORTSETTINGSTYPE
Settings to save.
See Also