Table 51. API Class (clsAppServerDM)
API Call | Method/Property/Object Reference | Description |
---|---|---|
fInitializeMainAPI | Method | Initialize 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 |
URLDecodeString | Method | Decode a URL Encoded string. Input: ByVal value as String Output: String |
Dispose | Method | Initiates the .Net garbage collection process to destroy the API object. |