RenderCategoryURL - Solution Sites Routine

This function constructs the URL for a category by appending the specified catalog, category, and page number as arguments to the category page URL stored in the MSCSSitePages Dictionary object.

Definition

Function RenderCategoryURL(
  sCatalogName,
  sCategory,
  nPage)

Parameters

  • sCatalogName
    A string containing the name of the catalog for which the URL will be constructed.
  • sCategory
    A string containing the name of the category for which the URL will be constructed.
  • nPage
    A number corresponding to the page within the category for which the URL will be constructed.

Return Value

A string containing the constructed category URL.

Defined in File

include\catalog.asp

Routines Called

GenerateURL

Called By

htmRenderCategoryPage

RenderCatalogURL

RenderCategoryLink

Copyright © 2005 Microsoft Corporation.
All rights reserved.