Dynamicweb 8 Documentation
CheckGroup Method

DB field name is ProductItemProductID.
DB field name is ProductItemBomGroupID.
Checks the group in DB.
Syntax
'Declaration
 
Public Function CheckGroup( _ 
   ByVal prodID As String, _ 
   ByVal addGrouID As String _ 
) As Boolean
public bool CheckGroup( 
   string prodID,
   string addGrouID 
)

Parameters

prodID
DB field name is ProductItemProductID.
addGrouID
DB field name is ProductItemBomGroupID.

Return Value

true if group 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