EasySearchASP.net Documented Class Library

Catalog.Search_And Method 

Returns a hastable of Finding for a search string array. Can be used with Utils.MergeHashTables to merge multiple Hashtable Results

public Hashtable Search_And(
   string[] searchWords
);

Parameters

searchWords
string array of words to be searched

Return Value

hashtable, Key== Page, Value = Url String

See Also

Catalog Class | EasySearchModule Namespace