public virtual BasketItem GetParentItem( bool recurse )
Parameters
- recurse
- If true, this method gets the top level parent for this item. If false, only the immediate parent is returned.
Return Value
Returns the BasketItem instance for the parent item. If the current item has no parent, the current item is returned.