InventoryExportOptions Class

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

Specifies the set of options to use for a catalog export operation.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Catalog..::.ExportOptions
    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

InventoryExportOptions Members

Microsoft.CommerceServer.Inventory Namespace