CatalogClassTypes Enumeration (BCL)

Enumeration used to specify which types of catalog objects to return from a search.

Members

Member Name Description
CategoryClass Categories
ProductClass Products
ProductFamilyClass Product families (products with variants)
ProductFamilyForVariantsClass When a variant matches, return the product family that includes the variant.
ProductVariantClass Product variants
ProductVariantsForFamilyClass When a product with variants matches, return the product variants.

 

Remarks

Class types can be combined by using the logical OR operator.

The following example specifies to return both ProductFamilyClass and ProductFamilyForVariantsClass objects:

ClassTypes = CatalogClassTypes.ProductFamilyClass | CatalogClassType.ProductFamilyForVariantsClass

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: MS.CS.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.