Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / WishlistItem Class / GetKitProducts Method / GetKitProducts(Boolean) Method
If true, items in hidden components are included. If false, only items in visible component are included.
In This Topic
    GetKitProducts(Boolean) Method
    In This Topic
    Gets a list of KitProduct objects associated with this WishlistItem
    Syntax
    public virtual IList<KitProduct> GetKitProducts( 
       bool includeHidden
    )

    Parameters

    includeHidden
    If true, items in hidden components are included. If false, only items in visible component are included.

    Return Value

    A list of KitProduct objects
    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