CatalogFlags Enumeration

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Specifies catalog flags.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CatalogFlags
'Usage
Dim instance As CatalogFlags
[FlagsAttribute]
public enum CatalogFlags
[FlagsAttribute]
public enum class CatalogFlags
public enum CatalogFlags

Members

Member name Description
None No catalog flags have been set.
Materialize Build the virtual catalog as a table.

Remarks

When you rebuild a virtual catalog, it will be built as a materialized virtual catalog, or a non-materialized virtual catalog, depending on what it is to begin with.

See Also

Reference

Microsoft.CommerceServer.Catalog Namespace