Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies whether to include catalog, product, category, or variant in a virtual catalog.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Enumeration VirtualCatalogRuleType
'Usage
Dim instance As VirtualCatalogRuleType
public enum VirtualCatalogRuleType
public enum class VirtualCatalogRuleType
public enum VirtualCatalogRuleType
Members
Member name | Description | |
---|---|---|
IncludeProduct | Products are included in the virtual catalog. | |
ExcludeProduct | Products are excluded from the virtual catalog. | |
IncludeCategory | Categories are included in the virtual catalog. | |
ExcludeCategory | Products are excluded from the virtual catalog. | |
IncludeVariant | Variants are included in the virtual catalog. | |
ExcludeVariant | Product variants are excluded from the virtual catalog. |
Remarks
Specifies what to include or not include in a virtual catalog. The enumeration is a value for the VirtualCatalogRuleType; either ExcludeCategory, ExcludeProduct, ExcludeVariant, IncludeCategory, IncludeProduct, or IncludeVariant,