GetCatalogs Method

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

Returns a CatalogsDataSet containing all the catalogs in the Catalog System.

Overload List

  Name Description
ms986628.pubmethod(en-US,CS.70).gif GetCatalogs()()() Returns a CatalogsDataSet containing all the catalogs in the Catalog System and their associated information.
ms986628.pubmethod(en-US,CS.70).gif GetCatalogs(String) Returns a CatalogsDataSet containing all the catalogs matching the searchClause in the Catalog System and their associated information.
ms986628.pubmethod(en-US,CS.70).gif GetCatalogs(String, String) Returns a CatalogsDataSet containing all the catalogs matching the searchClause in the Catalog System and their associated information.
ms986628.pubmethod(en-US,CS.70).gif GetCatalogs(String, String, CatalogSearchOptions) Returns a CatalogsDataSet containing all the catalogs matching the searchClause in the Catalog System and their associated information.
ms986628.pubmethod(en-US,CS.70).gif GetCatalogs(String, String, CatalogSearchOptions, Int32%) Returns a CatalogsDataSet containing all the catalogs matching the searchClause in the Catalog System and their associated information. The total number of records matching the query are available.

Top

Remarks

The display names for the catalogs in the CatalogsDataSet will be in the CurrentUICulture of the catalog server, parent of CurrentUICulture or will be empty if none of the languages exist in the catalog system.

See Also

Reference

CatalogContext Class

CatalogContext Members

Microsoft.CommerceServer.Catalog Namespace