ApplicationCheckDatabaseIsUpToDate Method

Returns true if the database version matches the version of this scripting API. Otherwise returns false.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public bool CheckDatabaseIsUpToDate(
	string databasePath
)

Parameters

databasePath  String
 

Return Value

Boolean

See Also