bIsSearchDeptPageCached - Solution Sites Routine

This function checks whether this page has already been generated and cached.

Definition

Function bIsSearchDeptPageCached(
  byRef htmCachedPage,
  byRef iCatalogSetID)

Parameters

  • htmCachedPage
    A string containing the HTML cached page.
  • iCatalogSetID
    An integer containing the catalog set ID.

Return Value

A Boolean that indicates whether the page is cached. True indicates the page is cached. False indicates the page is not cached.

Defined in File

srchdept.asp

Routines Called

LookupCachedFragment

mscsUserCatalogsetID

Called By

Main (srchdept.asp)

Copyright © 2005 Microsoft Corporation.
All rights reserved.