Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / IKitComponentRepository Interface / CountForMemberProduct Method
Id of the member product for which to count the kit components
In This Topic
    CountForMemberProduct Method (IKitComponentRepository)
    In This Topic
    Counts the number of KitComponent objects for a given member product
    Syntax
    int CountForMemberProduct( 
       int productId
    )

    Parameters

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

    Return Value

    The number 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