InventoryCatalog.GetSku Method (String, String) (Microsoft.CommerceServer.Inventory)

Switch View :
ScriptFree
 Collapse AllExpand All        Code: All Code: Multiple Code: Visual Basic Code: C# Code: Visual C++ Code: J# Code: JScript 
GetSku Method (String, String)

Returns an InventorySku object associated with this InventoryCatalog and identified by the product identifier.

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

Visual Basic (Declaration)
Public Function GetSku ( _
	productCatalogName As String, _
	productId As String _
) As InventorySku
Visual Basic (Usage)
Dim instance As InventoryCatalog
Dim productCatalogName As String
Dim productId As String
Dim returnValue As InventorySku

returnValue = instance.GetSku(productCatalogName, _
	productId)
C#
public InventorySku GetSku(
	string productCatalogName,
	string productId
)
Visual C++
public:
InventorySku^ GetSku(
	String^ productCatalogName, 
	String^ productId
)
JScript
public function GetSku(
	productCatalogName : String, 
	productId : String
) : InventorySku

Parameters

productCatalogName
Type: System..::.String
The product catalog name.
productId
Type: System..::.String
The product unique identifier.

Return Value

Type: Microsoft.CommerceServer.Inventory..::.InventorySku
An InventorySku object associated with this InventoryCatalog.
Remarks

Returns an InventoryCatalog for the specified productId.

Permissions

See Also

Reference