| ProductHelperAllowAllOptions Method | 
            Makes all options from option category specified by optionCategoryId parameter allowed 
            for product given by skuId parameter.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void AllowAllOptions(
	int skuId,
	int optionCategoryId
)
Parameters
- skuId
- Type: SystemInt32
 ID of the product to which options are to be allowed.
- optionCategoryId
- Type: SystemInt32
 ID of the product option category which options are to be allowed.
 See Also
See Also