Dynamicweb 8 Documentation
Save(String,String,String,String) Method

DB field name is ProductItemProductID
DB field name is ProductItemID
DB field name is ProductItemBomProductID
DB field name is ProductItemBomGroupID
Saves the properties into DB.
Syntax
'Declaration
 
Public Overloads Sub Save( _ 
   ByVal prodID As String, _ 
   ByVal itemID As String, _ 
   ByVal BOMProdID As String, _ 
   ByVal BOMGrpID As String _ 
) 
public void Save( 
   string prodID,
   string itemID,
   string BOMProdID,
   string BOMGrpID 
)

Parameters

prodID
DB field name is ProductItemProductID
itemID
DB field name is ProductItemID
BOMProdID
DB field name is ProductItemBomProductID
BOMGrpID
DB field name is ProductItemBomGroupID
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
Overload List

Send Feedback