CanUpdateVersion

IndexUpdater.CanUpdateVersion method

Checks whether an index in the specified directory can be updated to the latest version.

public bool CanUpdateVersion(string indexPath)
Parameter Type Description
indexPath String The index directory path.

Return Value

true if an index in the specified directory can be updated to the latest version; otherwise false.

See Also