CatalogContext.CategoryDefinitionNames Property (BCL)

The CategoryDefinitionNames property contains the names of all category definitions in the Product Catalog System.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property CategoryDefinitionNames As ReadOnlyStringCollection

[C#]

public virtual ReadOnlyStringCollection CategoryDefinitionNames{get;} 

Property Value

A string collection that contains the names of all category definitions 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.