IsLatestVersion

IndexUpdater.IsLatestVersion method

Checks whether the specified directory contains an index of the latest version.

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

Return Value

true if the specified directory contains an index of the latest version; otherwise false.

See Also