mscsGetProductList - Solution Sites Routine

This function returns the product Recordset object for a specified category, using the specified paging information.

Definition

Function mscsGetProductList(
  oCatalog,
  oCategory,
  nPageNumber,
  nOutRecordsTotal,
  nOutPagesTotal)

Defined in File

include\catalog.asp

Routines Called

None.

Called By

listGetShownProductsInfo

Main (category.asp)

PrepareDefaultPage

Remarks

The nOutRecordsTotal and nOutPagesTotal parameters are used to return data to the caller.

If the oCategory parameter is Nothing, this function returns the Recordset object returned by the RootProducts property of the catalog.

Copyright © 2005 Microsoft Corporation.
All rights reserved.