| 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
)
Public Function GetByGroupAndLanguage (
languageId As String,
variantGroupId As String,
Optional showUntranslated As Boolean = false
) As IList(Of VariantOption)
Parameters
- languageId
- Type: SystemString
- variantGroupId
- Type: SystemString
- showUntranslated (Optional)
- Type: SystemBoolean
Return Value
Type:
IListVariantOptionSee Also