Sets the kit item type to the specified value. Only called from descendents.

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

Syntax

C#
protected void SetKitItemType(
	byte kitItemType
)
Visual Basic (Declaration)
Protected Sub SetKitItemType ( _
	kitItemType As Byte _
)
Visual C++
protected:
void SetKitItemType(
	unsigned char kitItemType
)

Parameters

kitItemType
Type: System..::.Byte
Value based on iMIS rules - 1 = kit, 2 = kit component

See Also