| GroupServiceCreateProductGroupRelation Method |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public ProductGroupRelation CreateProductGroupRelation(
string productId,
string groupId,
Nullable<bool> isPrimary = null
)
Public Function CreateProductGroupRelation (
productId As String,
groupId As String,
Optional isPrimary As Nullable(Of Boolean) = Nothing
) As ProductGroupRelation
Parameters
- productId
- Type: SystemString
- groupId
- Type: SystemString
- isPrimary (Optional)
- Type: SystemNullableBoolean
Return Value
Type:
ProductGroupRelationSee Also