Click or drag to resize
ProductOptionSelectorRemoveDisabledOptions Method
Removes disabled option from selector.

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

Parameters

enabledOptionIds
Type: System.Collections.GenericListInt32
The enabled option ids.
See Also