mscsGetSubCategoriesList - Solution Sites Routine

This function returns the child categories Recordset object for the Category object specified by the oCategory parameter.

Definition

Function mscsGetSubCategoriesList(
  byVal oCatalog,
  byVal oCategory)

Defined in File

include\catalog.asp

Routines Called

None.

Called By

htmRenderCategoryPage

PrepareCatalogSection

Remarks

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

Copyright © 2005 Microsoft Corporation.
All rights reserved.