 | ExportTypeExtEXPORTSETTINGSTYPE, FIELDSETTINGSLoadSettings Method |
Static helper for loading settings object from ICTExportProfile.
Namespace: CTExtensions.ExportCore.EXTsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic static EXPORTSETTINGSTYPE LoadSettings(
ICTExtension ext,
CTExportProfile poExportProfile
)
Public Shared Function LoadSettings (
ext As ICTExtension,
poExportProfile As CTExportProfile
) As EXPORTSETTINGSTYPE
Parameters
- ext ICTExtension
- Extension which settings should be loaded.
- poExportProfile CTExportProfile
- Export Profile to which the settings are bound to.
Return Value
EXPORTSETTINGSTYPESettings stored in database
See Also