Share via


UpdateSkus Method (UpdateClause[])

Updates specified properties with the specified values in all the inventory SKUs.

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

Syntax

'Declaration
Public Sub UpdateSkus ( _
    updateClauses As UpdateClause() _
)
'Usage
Dim instance As InventoryCatalog
Dim updateClauses As UpdateClause()

instance.UpdateSkus(updateClauses)
public void UpdateSkus(
    UpdateClause[] updateClauses
)
public:
void UpdateSkus(
    array<UpdateClause^>^ updateClauses
)
public function UpdateSkus(
    updateClauses : UpdateClause[]
)

Parameters

Remarks

Updates specified properties with the specified values in all of the inventory SKUs.

Permissions

See Also

Reference

InventoryCatalog Class

InventoryCatalog Members

UpdateSkus Overload

Microsoft.CommerceServer.Inventory Namespace