Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / WishlistRepository Class / Search Method
The name to match
The location parameter is unused
In This Topic
    Search Method (WishlistRepository)
    In This Topic
    Search wishlists matching the given name
    Syntax
    public Wishlist[] Search( 
       string name,
       string location
    )

    Parameters

    name
    The name to match
    location
    The location parameter is unused

    Return Value

    Array of WishList objects matching the given name
    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