CatalogContext.ProductDefinitionNames Property (BCL)

The ProductDefinitionNames property contains the names of all product definitions defined in the Product Catalog System.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property ProductDefinitionNames As ReadOnlyStringCollection

[C#]

public virtual ReadOnlyStringCollection ProductDefinitionNames{get;} 

Property Value

A ReadOnlyStringCollection object containing the names of all product definitions defined 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.