CatalogContext.CatalogNames Property (BCL)

Use the CatalogNames property to get the complete list of catalogs known to the Product Catalog System.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property CatalogNames As ReadOnlyStringCollection

[C#]

public virtual ReadOnlyStringCollection CatalogNames{get;} 

Property Value

A ReadOnlyStringCollection object containing all the catalogs in the Product Catalog System.

Remarks

The CatalogContext object caches this list since it is frequently used in Commerce Server 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.