Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / IKitComponentRepository Interface / LoadForMemberProduct Method
Id of the member product for which to load the kit components
In This Topic
    LoadForMemberProduct Method (IKitComponentRepository)
    In This Topic
    Loads a collection of KitComponent objects for a given member product
    Syntax
    IList<KitComponent> LoadForMemberProduct( 
       int productId
    )

    Parameters

    productId
    Id of the member product for which to load the kit components

    Return Value

    A collection of KitComponent objects for which the the given product is a member
    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