Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Reporting Namespace / PageViewRepository Class / GetViewsByBrowserCount Method / GetViewsByBrowserCount(DateTime,DateTime) Method
The starting date of the date range.
The ending date of the date range.
In This Topic
    GetViewsByBrowserCount(DateTime,DateTime) Method
    In This Topic
    Gets a count of all unique browsers that have view counts available.
    Syntax
    public int GetViewsByBrowserCount( 
       DateTime startDate,
       DateTime endDate
    )

    Parameters

    startDate
    The starting date of the date range.
    endDate
    The ending date of the date range.

    Return Value

    A count of all unique browsers that have view counts available.
    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