| CMSAbstractTransformationSearchHighlight Method | 
            Highlight input text with dependence on current search keywords.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 10.0.0
 Syntax
Syntaxpublic string SearchHighlight(
	string text,
	string startTag,
	string endTag
)
Parameters
- text
- Type: SystemString
 Input text
- startTag
- Type: SystemString
 Start highlight tag
- endTag
- Type: SystemString
 End tag
Return Value
Type: 
String See Also
See Also