Click or drag to resize

VariantGroupService.GetProductRelations Method (VariantGroup, String)

Namespace:  Dynamicweb.Ecommerce.Variants
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<VariantGroupProductRelation> GetProductRelations(
	VariantGroup variantGroup,
	string productId
)

Parameters

variantGroup
Type: Dynamicweb.Ecommerce.Variants.VariantGroup
productId
Type: System.String

Return Value

Type: IEnumerable<VariantGroupProductRelation>
See Also