RenderCatalogURL - Solution Sites Routine

This function constructs the URL for a catalog. This produces the same result as calling the RenderCategoryURL function with an empty string for the sCategory parameter and the number one (1) for the nPage parameter.

Definition

Function RenderCatalogURL(
  sCatalogName)

Parameters

  • sCatalogName
    A string containing the name of the catalog for which the URL will be constructed.

Return Value

A string containing the constructed catalog URL.

Defined in File

include\catalog.asp

Routines Called

RenderCategoryURL

Called By

RenderCatalogLink

Copyright © 2005 Microsoft Corporation.
All rights reserved.