IndexUpdaterCanUpdateVersion Method |
Checks whether an index in the specified directory can be updated to the latest version.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 20.11
Syntaxpublic bool CanUpdateVersion(
string indexPath
)
Public Function CanUpdateVersion (
indexPath As String
) As Boolean
public:
bool CanUpdateVersion(
String^ indexPath
)
member CanUpdateVersion :
indexPath : string -> bool
Parameters
- indexPath
- Type: SystemString
The index directory path.
Return Value
Type:
Booleantrue if an index in the specified directory can be updated to the latest version;
otherwise
false.
See Also