FullTextIndexSaveIndex Method
Save the index information to the specified location.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public void SaveIndex(
string indexPath
)
Public Sub SaveIndex (
indexPath As String
)
public:
void SaveIndex(
String^ indexPath
)
member SaveIndex :
indexPath : string -> unit
Parameters
- indexPath String
- The path to which the index files are
saved.
JSON serialization is used to save the index data.