| SearchHelperGetStopWordsFileInfo Method | 
            Returns FileInfo object of stop words file for the given path
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
 Syntax
Syntaxpublic static FileInfo GetStopWordsFileInfo(
	string path
)
Parameters
- path
- Type: SystemString
 Path to the stop words file
Return Value
Type: 
FileInfo See Also
See Also