ExportOptions Class

Specifies the set of options to use for an inventory export operation.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ExportOptions
'Usage
Dim instance As ExportOptions
[SerializableAttribute]
public class ExportOptions
[SerializableAttribute]
public ref class ExportOptions
public class ExportOptions

Remarks

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.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Catalog..::.ExportOptions
    Microsoft.CommerceServer.Catalog..::.CatalogExportOptions
    Microsoft.CommerceServer.Inventory..::.InventoryExportOptions

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

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