| VariantHelperCheckAvailableProductAttributesInternal Method | 
            Checks if specified product options are assigned to product and are allowed in it.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual bool CheckAvailableProductAttributesInternal(
	int productId,
	ProductAttributeSet productAttributes
)
Parameters
- productId
- Type: SystemInt32
 The product ID.
- productAttributes
- Type: CMS.EcommerceProductAttributeSet
 The product options.
Return Value
Type: 
BooleanTrue if specified product options are assigned to product and are allowed in product; false otherwise.
 See Also
See Also