Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the set of options to use for an inventory import operation.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class InventoryImportOptions _
Inherits ImportOptions
'Usage
Dim instance As InventoryImportOptions
[SerializableAttribute]
public class InventoryImportOptions : ImportOptions
[SerializableAttribute]
public ref class InventoryImportOptions : public ImportOptions
public class InventoryImportOptions extends ImportOptions
Remarks
The import can be used to update SKU data.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.ImportOptions
Microsoft.CommerceServer.Inventory..::.InventoryImportOptions
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.