Classes
Class | Description | |
---|---|---|
Admin |
Represents a web page used by the administrator to check the index file.
| |
AfterSearchEventArgs |
Class sent to the event handler when the AfterSearch event is fired.
| |
BeforeIndexEventArgs |
Class sent to the event handler when the BeforeIndex event is fired.
| |
BeforeSearchEventArgs |
Class sent to the event handler when the BeforeSearch event is fired.
| |
IndexInfo |
Represents the status and operational information during and after indexing.
| |
Suggest |
Represents a web page used by UltimateSearchTextBox to find and display suggested search terms.
| |
UltimateSearchButton |
Represents a multi-button control that allows the user to submit search terms.
| |
UltimateSearchInput |
UltimateSearchInput is an ASP.NET web server control that allows the user to enter and submit the search terms.
| |
UltimateSearchOutput |
UltimateSearchInput is an ASP.NET web server control that calls the search functions and displays the results.
| |
UltimateSearchTextBox |
Represents a TextBox control that allows the user to enter search terms.
| |
UltimateSearchTypeList |
Represents a RadioButtonList control that allows the user to specify the search type.
|
Delegates
Delegate | Description | |
---|---|---|
UltimateSearchOutput..::..AfterSearchEventHandler |
Declares the AfterSearch event handler delegate.
| |
UltimateSearchOutput..::..BeforeIndexEventHandler |
Declares the BeforeIndex event handler delegate.
| |
UltimateSearchOutput..::..BeforeSearchEventHandler |
Declares the BeforeSearch event handler delegate.
|
Enumerations
Enumeration | Description | |
---|---|---|
IndexInfo..::..OperationType |
Operation type during the current or last indexing.
| |
IndexInfo..::..StatusType |
Status type during the index operation.
| |
SearchType |
Contains the available search types.
| |
UltimateSearchButton..::..SearchButtonType |
Contains the available button types.
|