Click or drag to resize
VariantHelperCheckVariantOptionsInternal Method
Checks if the variant options in specified variant corresponds with options determined in parent product.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual bool CheckVariantOptionsInternal(
	ProductVariant variant
)

Parameters

variant
Type: CMS.EcommerceProductVariant
The variant.

Return Value

Type: Boolean
True if variant options in specified variant corresponds with options determined in parent product and false otherwise
See Also