Click or drag to resize
ProductOptionSelectorSetEnabledOptions Method
Sets the specified options as enabled and other as selectable but disabled/grey through CSS style.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public void SetEnabledOptions(
	List<int> optionIds
)

Parameters

optionIds
Type: System.Collections.GenericListInt32
The option ids.
See Also