| ProductItemSave Method (String, String, String, String, String) |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void Save(
string theProductId,
string itemId,
string theBomProductId,
string bomVarId,
string theBomGroupId
)
Public Sub Save (
theProductId As String,
itemId As String,
theBomProductId As String,
bomVarId As String,
theBomGroupId As String
)
Parameters
- theProductId
- Type: SystemString
- itemId
- Type: SystemString
- theBomProductId
- Type: SystemString
- bomVarId
- Type: SystemString
- theBomGroupId
- Type: SystemString
See Also