| VariantGroupServiceGetVariantGroups Method (String, Boolean) |
Namespace:
Dynamicweb.Ecommerce.Variants
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public IList<VariantGroup> GetVariantGroups(
string languageId,
bool isUnit
)
Public Function GetVariantGroups (
languageId As String,
isUnit As Boolean
) As IList(Of VariantGroup)
Parameters
- languageId
- Type: SystemString
- isUnit
- Type: SystemBoolean
Return Value
Type:
IListVariantGroupSee Also