Share via


SiteConfig and SiteConfigReadOnly Object Concepts

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

The SiteConfig object contains two groups of methods. The first group includes such methods as the MakeArrayFromString method; their function is obvious from the method name, and will not be discussed here. For more information about these methods, see SiteConfig Object. The second group of methods is used to create site-level resources, manipulate configuration data at the site level, and import and export site-level resources.

The SiteConfigReadOnly Object allows access to more configuration data than does the SiteConfig object. With the SiteConfigReadOnly object, group resource values are returned when you access references to resources. In contrast, the SiteConfig object only returns references to the names of the resources.

The following is a list of schema class names which are used by the CreateComponentConfig method of the SiteConfig object in creating resources.

Administration Database Class Name

Resource Name Used to Reference Resource in Code

MSCS_Address

IIS Applications

MSCS_AuthManager

Site CS Authentication

MSCS_BizDataStore

Profile Service

MSCS_Catalog

Product Catalog

MSCS_Datawarehouse_Group

Global Data Warehouse

MSCS_Datawarehouse_Site

Site Data Warehouse

MSCS_DirectMailer

Direct Mail

MSCS_Inventory

Inventory

MSCS_Marketing

Marketing

MSCS_TransactionConfig

Transaction Config

MSCS_Transactions

Transactions

MSCS_Version

Version

See Also

Other Resources

GlobalConfig Object Concepts