CreateBaseCatalog Method

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

Creates an instance of the BaseCatalog object.

Overload List

  Name Description
ms986610.pubmethod(en-US,CS.70).gif CreateBaseCatalog(String, String, String, String, String) Creates an instance of a BaseCatalog object containing the new catalog.
ms986610.pubmethod(en-US,CS.70).gif CreateBaseCatalog(String, String, String, String, String, String, String, DateTime, DateTime) Creates an instance of a BaseCatalog object containing the new catalog.

Top

Remarks

This method creates a new base catalog in the catalog system and returns a BaseCatalog object. You can call methods on the BaseCatalog object to access and set information on the catalog. If you make changes to the BaseCatalog object you should call the Save method to save the changes to the catalog system.

See Also

Reference

CatalogContext Class

CatalogContext Members

Microsoft.CommerceServer.Catalog Namespace