SiteConfig and SiteConfigReadOnly Objects

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_Catalog Product Catalog
MSCS_AppConfigDefault App Default Config
MSCS_TransactionConfig Transaction Config
MSCS_Transactions Transactions
MSCS_Campaigns Campaigns
MSCS_AuthManager Site CS Authentication
MSCS_DirectMailer Direct Mail
MSCS_Predictor Predictor
MSCS_Datawarehouse_Group Global Data Warehouse
MSCS_Datawarehouse_Site Site Data Warehouse
MSCS_BizDataStore Profile Service
MSCS_Address IIS Applications (for example, Retail or RetailBizDesk)
MSCS_BDSecurity Business Desk Permissions

See Also

AppConfig Object

GlobalConfig Object

AdminWebServer Object

Copyright © 2005 Microsoft Corporation.
All rights reserved.