Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / BasketService Class / IsChildItemInPath Method
A list of child item ids
the path
In This Topic
    IsChildItemInPath Method
    In This Topic
    Determines if any id in the list of child items appears in the path
    Syntax
    protected static bool IsChildItemInPath( 
       IList<int> childItemIds,
       IList<int> path
    )

    Parameters

    childItemIds
    A list of child item ids
    path
    the path

    Return Value

    A value indicating if any child item appears in the path.
    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