 | ExportTypeExtEXPORTSETTINGSTYPE, FIELDSETTINGSSaveSettings Method |
Static helper for saving settings object to ICTExportProfile.
Namespace: CTExtensions.ExportCore.EXTsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic static void SaveSettings(
ICTExtension ext,
CTExportProfile poExportProfile,
EXPORTSETTINGSTYPE settings
)
Public Shared Sub SaveSettings (
ext As ICTExtension,
poExportProfile As CTExportProfile,
settings As EXPORTSETTINGSTYPE
)
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