Microsoft.CommerceServer.Interop.Configuration Namespace
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Use objects within this namespace to manipulate resource configuration information, site configuration information, and to load site configuration from the Administration database.
The freethreaded version is suitable for situations where multiple threads can simultaneously access the server.
Classes
Class | Description | |
---|---|---|
AppConfigClass | Obsolete. | |
GlobalConfig2FreeThreaded | This class is used to return configuration settings about Commerce Server Global Resources (such as Profiles, Commerce Authentication, DirectMailer). It can also be used to access the list of sites in the Commerce Server deployment. | |
GlobalConfigFreeThreaded | This class is used to return configuration settings about Commerce Server Global Resources (such as Profiles, Commerce Authentication, DirectMailer). It can also be used to access the list of sites in the Commerce Server deployment. | |
ResourcePropertyFreeThreaded | Allows access to resource properties with multiple threads. | |
SiteConfigFreeThreaded | Allows access to site configuration properties with multiple threads. | |
SiteConfigReadOnlyFreeThreaded | Allows access to site configuration properties with multiple threads. |
Interfaces
Interface | Description | |
---|---|---|
AppConfig | Obsolete. | |
IAppConfig | Obsolete. | |
IGlobalConfig | This interface is implemented by GlobalConfigFreeThreaded class. | |
IGlobalConfig2 | This interface is implemented by GlobalConfig2FreeThreaded class. |