Admin Class

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Represents a web page used by the administrator to check the index file.

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

Syntax

C#
public class Admin : Page
Visual Basic
Public Class Admin _
	Inherits Page
Visual C++
public ref class Admin : public Page

Remarks

You can open the admin page in a browser window by entering http://localhost/YourWebApp/UltimateSearchInclude/Admin/UltimateSearch.admin.aspx in the address box after you replace the initial part with your own web application name and location.

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..Page
        Karamasoft.WebControls.UltimateSearch..::..Admin

See Also