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