| CMSSearchResultsFindSearchDialog Method (Control, String) | 
            Finds the search dialog for the given control.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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: 
CMSSearchDialog See Also
See Also