FullTextIndexSaveIndex Method

Save the index information to the specified location.

Definition

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

Parameters

indexPath  String
The path to which the index files are saved.

Remarks

JSON serialization is used to save the index data.

See Also