Dynamicweb 8 Documentation
CheckProduct Method

DB field name is ProductItemProductID.
DB field name is ProductItemBomProductID.
Checks the product in DB.
Syntax
'Declaration
 
Public Function CheckProduct( _ 
   ByVal prodID As String, _ 
   ByVal addProdID As String _ 
) As Boolean
public bool CheckProduct( 
   string prodID,
   string addProdID 
)

Parameters

prodID
DB field name is ProductItemProductID.
addProdID
DB field name is ProductItemBomProductID.

Return Value

true if product exist.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductItem Class
ProductItem Members

Send Feedback