Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / CatalogRepository Class / CountForCategory Method / CountForCategory(Int32,Boolean,Boolean) Method
Id of the category to count for
If true only public (published) items are included in the count
If true products assigned to groups that doesn't belong to user will not be counted.
In This Topic
    CountForCategory(Int32,Boolean,Boolean) Method
    In This Topic
    Counts the number of catalog nodes in a category
    Syntax
    public int CountForCategory( 
       int categoryId,
       bool publicOnly,
       bool groupRestrictions
    )

    Parameters

    categoryId
    Id of the category to count for
    publicOnly
    If true only public (published) items are included in the count
    groupRestrictions
    If true products assigned to groups that doesn't belong to user will not be counted.

    Return Value

    The number of catalog nodes in a category
    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