Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Reporting Namespace / IPageViewRepository Interface / GetViews Method / GetViews(CatalogNodeType,Int32,Int32) Method
The type of catalog node to get views for
The maximum number of data rows that should be returned.
The starting position that should be used when retrieving data rows.
In This Topic
    GetViews(CatalogNodeType,Int32,Int32) Method
    In This Topic
    Gets a collection of Key Value pairs; each key representing a ICatalogable object and each value representing the number of views for this object.
    Syntax

    Parameters

    catalogNodeType
    The type of catalog node to get views for
    maximumRows
    The maximum number of data rows that should be returned.
    startRowIndex
    The starting position that should be used when retrieving data rows.

    Return Value

    A collection of Key Value pairs; each key representing a ICatalogable object and each value representing the number of views for this object.
    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