Click or drag to resize
Sandcastle Help File BuilderFullTextIndex Constructor
Constructor

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public FullTextIndex(
	string exclusions,
	CultureInfo language
)

Parameters

exclusions
Type: SystemString
The file containing common word exclusions. The file should contain one work per line in lowercase. These words will not appear in the index.
language
Type: System.GlobalizationCultureInfo
The culture information
See Also