API Class (clsAppServerDM)

fdmAPI.API Call

Table 51. API Class (clsAppServerDM)

API CallMethod/Property/Object ReferenceDescription
fInitializeMainAPIMethodInitialize the VB API. This function must be called first in order to use the VB API.

Input: ByVal LoadID As String, ByVal Token As String, ByVal OracleInstancePath As String, ByVal JavaHomePath As String, ByVal DatabaseProvider As String

Output: True or False
URLDecodeStringMethodDecode a URL Encoded string.

Input: ByVal value as String

Output: String
DisposeMethodInitiates the .Net garbage collection process to destroy the API object.