Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / ICategoryRepository Interface / FindCategoriesCount Method / FindCategoriesCount(String,Int32) Method
The name of the category
category Id
In This Topic
    FindCategoriesCount(String,Int32) Method
    In This Topic
    Finds the categories for given parameters
    Syntax
    int FindCategoriesCount( 
       string name,
       int categoryId
    )

    Parameters

    name
    The name of the category
    categoryId
    category Id

    Return Value

    count of Categories
    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