MaterializationOption Enumeration

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

Specifies the materialization parameters used when importing virtual catalogs.

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

Syntax

'Declaration
Public Enumeration MaterializationOption
'Usage
Dim instance As MaterializationOption
public enum MaterializationOption
public enum class MaterializationOption
public enum MaterializationOption

Members

Member name Description
Default Leave the current setting unchanged
Materialize Materialize the virtual catalogs.
Unmaterialize Unmaterialize the virtual catalogs

Remarks

The enumeration allows control of materialization parameters when importing virtual catalogs.

Specifies whether the imported virtual catalogs should be materialized. Default will leave the catalogs unchanged. Materialize will set all imported virtual catalogs to materialized. Unmaterialize will set all imported virtual catalogs to not materialized.

See Also

Reference

Microsoft.CommerceServer.Catalog Namespace