Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
ShowSettings ( ) : void |
Shows the settings.
|
|
btnSearch_Click ( object sender, |
Handles the Click event of the btnSearch control.
|
|
lbRefineSearch_Click ( object sender, |
Handles the Click event of the lbRefineSearch control.
|
|
lbSave_Click ( object sender, |
Handles the Click event of the lbSave control.
|
Method | Description | |
---|---|---|
BuildUrl ( int pageOffset ) : string |
Builds the URL.
|
|
ConfigureSettings ( ) : void |
Configures the settings.
|
|
ConfigureSmartSearchSettings ( ) : void |
Configures the smart search settings.
|
|
GetFieldFilters ( List |
Gets the field filters.
|
|
GetIndexFilterConfig ( |
Gets the index filter configuration.
|
|
GetSearchEntities ( ) : List |
Gets the search entities.
|
|
RedirectToDocument ( string documentType, string documentId ) : void |
Redirects to document.
|
|
Search ( ) : void |
Performs the search
|
|
SupportsIndexFieldFiltering ( |
Supportses the index field filtering.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected btnSearch_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbRefineSearch_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |