Click or drag to resize
SearchHelperGetStopWordsFileInfo Method
Returns FileInfo object of stop words file for the given path

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static FileInfo GetStopWordsFileInfo(
	string path
)

Parameters

path
Type: SystemString
Path to the stop words file

Return Value

Type: FileInfo
See Also