SaveConfig Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Saves the site 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
Public Sub SaveConfig
'Usage
Dim instance As SiteConfigFreeThreaded
instance.SaveConfig()
public void SaveConfig()
public:
void SaveConfig()
public function SaveConfig()
Remarks
This method writes configuration information to the Administration database.
This method saves the entire configuration for a site. If two users are trying to update different parts of the site configuration at the same time, the last one to save will overwrite the changes made by the first user updating the site configuration.
The Initialize method must be called before this method can be called.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.