arrSearchDept - Solution Sites Routine

This function retrieves a list of searchable categories from a catalog.

Definition

Function arrSearchDept(
  byRef sItemSeparator)

Parameters

  • sItemSeparator
    A string containing the character sequence that separates the catalog and category names.

Return Value

A one-dimensional array of strings containing the catalog name, item separator, and category name.

Defined in File

srchdept.asp

Routines Called

GetCatalogForUser

mscsUserCatalogs

Called By

Main (srchdept.asp)

Remarks

The sItemSeparator parameter equals "::::". Thus the format of one of the strings is:

   catalog_name::::category_name

Copyright © 2005 Microsoft Corporation.
All rights reserved.