Partager via


ExportOptions Constructor

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

Creates a new instance of the ExportOptions class.

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

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New ExportOptions()
public ExportOptions()
public:
ExportOptions()
public function ExportOptions()

Remarks

Export an inventory catalog using the specified options.

Provides properties for retrieving and setting options for performing an inventory export operation.

This class provides basic incremental export. Every node of the database is tested against this query. Items that match the query are put in a list to be exported. This list is then filtered according to criteria determined by the value of the Descendants property.

Permissions

See Also

Reference

ExportOptions Class

ExportOptions Members

Microsoft.CommerceServer.Catalog Namespace

Other Resources

Importing Catalog Data by Using the Catalog API

Import Options

How to Import From an XML File

How to Import Selected Fields

Exporting Catalog Data by Using the Catalog API

Export Options

How to Export to an XML File

How to Export Selected Fields