ExportMode Enumeration

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

Specifies the export mode.

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

Syntax

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

Members

Member name Description
Full Export all product records.
ExpressionBased Export only those products that match the specified expression.

Remarks

Specifies the type of export. The enumeration is a value for the ExportMode, either ExpressionBase or Full. This enumeration is used in the CatalogExportOptions.

  • Full mode exports an entire catalog. You can specify which catalogs to export by using the CatalogsToExport or CatalogSetsToExport properties. If these properties are empty, all catalogs in the system are exported.

  • The ExpressionBased mode lets you export selected items by specifying an SQL-based search expression to select specific data.

See Also

Reference

Microsoft.CommerceServer.Catalog Namespace