Gets the CKitItem object corresponding to the given ProductCode in the kit. If this CProduct is not a kit, or if the given ProductCode is not present in the kit, returns null.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public CKitItem GetKitItem(
	string productCode
)
Visual Basic (Declaration)
Public Function GetKitItem ( _
	productCode As String _
) As CKitItem
Visual C++
public:
CKitItem^ GetKitItem(
	String^ productCode
)

Parameters

productCode
Type: System..::.String
ProductCode of the product to be found in the kit.

Return Value

A CKitItem for the specified ProductCode if it is present, otherwise null.

See Also