Remove the specified CProduct from this kit. If this product is not a kit or the
CProduct is not part of the kit, this method does nothing.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public void RemoveKitItem( CProduct product ) |
| Visual Basic |
|---|
Public Sub RemoveKitItem ( _ product As CProduct _ ) |
| Visual C++ |
|---|
public: void RemoveKitItem( CProduct^ product ) |
Parameters
- product
- Type: Asi.iBO.Commerce..::..CProduct
CProduct object to remove.