| FullTextIndexSaveIndex Method |
Save the index information to the specified location.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void SaveIndex(
string indexPath
)
Public Sub SaveIndex (
indexPath As String
)
public:
void SaveIndex(
String^ indexPath
)
member SaveIndex :
indexPath : string -> unit
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