NavApp.GetModuleInfo(Guid, var ModuleInfo) Method
Version: Available or changed with runtime version 1.0.
Gets information about the specified AL application.
Syntax
[Ok := ] NavApp.GetModuleInfo(AppId: Guid, var Info: ModuleInfo)
Parameters
AppId
Type: Guid
The ID of the application for which to retrieve information.
Info
Type: ModuleInfo
A value containing information about the application with the given ID.
Return Value
[Optional] Ok
Type: Boolean
true if the information could be retrieved, otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.