Share via


GetSkus Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Returns an InventorySkuCollection containing all the inventory SKUs in the inventory system.

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

Syntax

'Declaration
Public Function GetSkus As InventorySkuCollection
'Usage
Dim instance As InventoryCatalog
Dim returnValue As InventorySkuCollection

returnValue = instance.GetSkus()
public InventorySkuCollection GetSkus()
public:
InventorySkuCollection^ GetSkus()
public function GetSkus() : InventorySkuCollection

Return Value

Type: Microsoft.CommerceServer.Inventory..::.InventorySkuCollection
An InventorySkuCollection containing all the inventory SKUs in the inventory system.

Remarks

Returns a InventorySkuCollection containing all the inventory SKUs in the inventory system.

Permissions

See Also

Reference

InventoryCatalog Class

InventoryCatalog Members

GetSkus Overload

Microsoft.CommerceServer.Inventory Namespace