VariantHelperCheckVariantOptions Method |
Checks if the variant options in specified variant corresponds with options determined in parent product.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static bool CheckVariantOptions(
ProductVariant variant
)
Parameters
- variant
- Type: CMS.EcommerceProductVariant
The variant.
Return Value
Type:
BooleanTrue if variant options in specified variant corresponds with options determined in parent product and false otherwise
See Also