| VariantGroupServiceGetVariantGroupOptionPropertyValue Method |
Namespace:
Dynamicweb.Ecommerce.Variants
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public string GetVariantGroupOptionPropertyValue(
string optionId,
string propertyId,
string languageId,
bool showUntranslated = false
)
Public Function GetVariantGroupOptionPropertyValue (
optionId As String,
propertyId As String,
languageId As String,
Optional showUntranslated As Boolean = false
) As String
Parameters
- optionId
- Type: SystemString
- propertyId
- Type: SystemString
- languageId
- Type: SystemString
- showUntranslated (Optional)
- Type: SystemBoolean
Return Value
Type:
StringSee Also