UltimateSearch Class Library

Admin Class

Represents a web page used by the administrator to check the index file.

For a list of all members of this type, see Admin Members.

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

[Visual Basic]
Public Class Admin
    Inherits Page
[C#]
public class Admin : Page

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: Karamasoft.WebControls.UltimateSearch

Assembly: UltimateSearch (in UltimateSearch.dll)

See Also

Admin Members | Karamasoft.WebControls.UltimateSearch Namespace