GetIndexedWords Method

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets the indexed words.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public DataView GetIndexedWords()
Visual Basic
Public Function GetIndexedWords As DataView
Visual C++
public:
DataView^ GetIndexedWords()

Return Value

Data view that contains the indexed words sorted alphabetically. Each row in the data table has a word and the number of pages including this word.

See Also