InitPageSets - Solution Sites Routine
This function creates sets of related pages, which are returned in a Dictionary object, where each entry in the dictionary is a string of comma-separated page names.
Definition
Function InitPageSets(
MSCSSitePages)
Defined in File
include\global_siteconfig_lib.asp
Routines Called
Called By
Main (include\global_main_lib.asp)
Remarks
Page sets are useful, for example, when you have a set of pages on which you want to show a particular advertisement. The IsEntityInSet function is used to test whether an item is in a given set.
The following three dictionary entries (page sets) are created:
PurchasePageSet
ProductPageSet
AdvertisementPageSet
Copyright © 2005 Microsoft Corporation.
All rights reserved.