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.
Saves the inventory SKUs in the InventorySkuCollection.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub SaveSkus ( _
inventorySkus As InventorySkuCollection _
)
'Usage
Dim instance As InventoryCatalog
Dim inventorySkus As InventorySkuCollection
instance.SaveSkus(inventorySkus)
public void SaveSkus(
InventorySkuCollection inventorySkus
)
public:
void SaveSkus(
InventorySkuCollection^ inventorySkus
)
public function SaveSkus(
inventorySkus : InventorySkuCollection
)
Parameters
- inventorySkus
Type: Microsoft.CommerceServer.Inventory..::.InventorySkuCollection
The InventorySkuCollection containing the inventory SKUs.
Remarks
Performs a bulk save of the inventory products. The operation will be transacted. This method will take a collection of inventory SKUs and update the changes made by the caller to the collection, in the inventory database.
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.