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