Click or drag to resize

ExportTypeExtEXPORTSETTINGSTYPE, FIELDSETTINGSLoadSettings Method

Static helper for loading settings object from ICTExportProfile.

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

Parameters

ext  ICTExtension
Extension which settings should be loaded.
poExportProfile  CTExportProfile
Export Profile to which the settings are bound to.

Return Value

EXPORTSETTINGSTYPE
Settings stored in database
See Also