Remove the CProduct specified by the supplied product code from this kit. If this product is not a kit or the specified product is not part of the kit, this method does nothing.

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

Syntax

C#
public void RemoveKitItem(
	string productCode
)
Visual Basic
Public Sub RemoveKitItem ( _
	productCode As String _
)
Visual C++
public:
void RemoveKitItem(
	String^ productCode
)

Parameters

productCode
Type: System..::..String
ProductCode of the product to remove.

See Also