InventoryImportOptions Constructor (ImportOptions)
Initializes a new instance of the InventoryImportOptions class with the specified options.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub New ( _
importOptions As ImportOptions _
)
'Usage
Dim importOptions As ImportOptions
Dim instance As New InventoryImportOptions(importOptions)
public InventoryImportOptions(
ImportOptions importOptions
)
public:
InventoryImportOptions(
ImportOptions^ importOptions
)
public function InventoryImportOptions(
importOptions : ImportOptions
)
Parameters
- importOptions
Type: Microsoft.CommerceServer.Catalog..::.ImportOptions
Specifies the set of options to use for a catalog import operation
Remarks
The ImportOptions specifies the set of options to use for a catalog import operation..
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InventoryImportOptions Members