LoadCopiedIndex Method

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Load index copied from another machine. If you have permission restrictions that prevent you from indexing your website on the production machine, you can index it on a different machine with the necessary permissions by either indexing your website remotely, or by using the "devProdMapPathList" in the UltimateSearch.config file to generate links for the production environment. Then you can copy the Index folder onto your production machine, and click this button to load the index.

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

Syntax

C#
public void LoadCopiedIndex()
Visual Basic
Public Sub LoadCopiedIndex
Visual C++
public:
void LoadCopiedIndex()

See Also