UltimateSearch Class Library

UltimateSearchOutput.GetIndexedWords Method 

Gets the indexed words.

[Visual Basic]
Public Function GetIndexedWords() As DataView
[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

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace