CMSSearchResultsFindSearchDialog Method (Control, String) |
Finds the search dialog for the given control.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax public static CMSSearchDialog FindSearchDialog(
Control sender,
string dialogId
)
Parameters
- sender
- Type: System.Web.UIControl
Control that request to find the search dialog - dialogId
- Type: SystemString
Search dialog ID
Return Value
Type:
CMSSearchDialogSee Also