Share via


CatalogSetCollection.InitCatalogSetsData Method (BCL)

Use this method to get the CatalogSetID.Catalogs and CatalogSetName.Catalogs object mapping information.

This method retrieves and caches the CatalogSetID To Catalogs mapping information and the CatalogSetName To Catalogs mapping information.

Definition

[Visual Basic .NET]

Protected Sub InitCatalogSetsData( _) 

[C#]

protected void InitCatalogSetsData();

Remarks

The CatalogContext object caches this information since it is frequently used in e-commerce sites. To refresh the list, call the Refresh method explicitly.

Throws a CatalogException on failure.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.