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
- updateClauses
Type: array<Microsoft.CommerceServer.Catalog..::.UpdateClause>[]()[]
An array of UpdateClause elements where each UpdateClause contains the property to update and its value.
Remarks
Updates specified properties with the specified values in all of the inventory SKUs.
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.