Share via


SaveConfig Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Saves the global configuration settings to the Administration database.

Namespace:  Microsoft.CommerceServer.Interop.Configuration
Assembly:  Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)

Syntax

'Declaration
Sub SaveConfig
'Usage
Dim instance As IGlobalConfig

instance.SaveConfig()
void SaveConfig()
void SaveConfig()
function SaveConfig()

Remarks

Implemented by GlobalConfigFreeThreaded.SaveConfig (SaveConfig).

This method writes configuration information to the Administration database.

The Initialize method must be called before this method can be called.

Permissions

See Also

Reference

IGlobalConfig Interface

IGlobalConfig Members

Microsoft.CommerceServer.Interop.Configuration Namespace