Click or drag to resize

VariantOptionServiceGetByGroupAndLanguage Method

Namespace:  Dynamicweb.Ecommerce
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IList<VariantOption> GetByGroupAndLanguage(
	string languageId,
	string variantGroupId,
	bool showUntranslated = false
)

Parameters

languageId
Type: SystemString
variantGroupId
Type: SystemString
showUntranslated (Optional)
Type: SystemBoolean

Return Value

Type: IListVariantOption
See Also