Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / KitComponent Class / GetControl Method / GetControl(Boolean) Method
If true, inventory is ignored for the purpose of generating choices for the component.
In This Topic
    GetControl(Boolean) Method
    In This Topic
    Create the control represented by this kit component.
    Syntax
    public virtual WebControl GetControl( 
       bool ignoreInventory
    )

    Parameters

    ignoreInventory
    If true, inventory is ignored for the purpose of generating choices for the component.

    Return Value

    A web control populated for this kit 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