GetIndexedPages Method

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets the indexed pages.

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

Syntax

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

Return Value

Data view that contains the indexed pages sorted alphabetically. Each row in the data table has the url, title, description, keywords and length of the page.

See Also