Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / IManufacturerRepository Interface / CountManufacturersByName Method
String pattern to search in manufacturer names
In This Topic
    CountManufacturersByName Method (IManufacturerRepository)
    In This Topic
    count all manufacturers with names matching the given string pattern.
    Syntax
    int CountManufacturersByName( 
       string searchPattern
    )

    Parameters

    searchPattern
    String pattern to search in manufacturer names

    Return Value

    A count of manufacturers matching the search criteria
    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