mscsGetCategoryObject - Solution Sites Routine

This function gets the Category object for the given category name. If the category name is "" (meaning the root category), this function returns Nothing, as the catalog does not have a Category object for the root category.

Definition

Function mscsGetCategoryObject(
  byVal oCatalog,
  byVal sCategoryName)

Defined in File

include\catalog.asp

Routines Called

GenerateURL

Called By

listGetShownProductsInfo

Main (category.asp)

PrepareDefaultPage

Copyright © 2005 Microsoft Corporation.
All rights reserved.