Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / KitComponent Class / GetControlValue Method
The control created for the kit component.
In This Topic
    GetControlValue Method (KitComponent)
    In This Topic
    Gets the products selected for a kit component.
    Syntax
    public virtual IList<int> GetControlValue( 
       WebControl control
    )

    Parameters

    control
    The control created for the kit component.

    Return Value

    A list of product IDs that are selected for the component
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also