| 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: 10.0.0
 Syntax
Syntaxpublic 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
See Also