Click or drag to resize
Sandcastle Help File BuilderFullTextIndexSaveIndex Method
Save the index information to the specified location.

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void SaveIndex(
	string indexPath
)

Parameters

indexPath
Type: SystemString
The path to which the index files are saved.
Remarks
JSON serialization is used to save the index data.
See Also