ModuleInfo Data type
Version: Available or changed with runtime version 1.0.
Represents information about an application consumable from AL.
Instance methods
The following methods are available on instances of the ModuleInfo data type.
Method name | Description |
---|---|
AppVersion() | Gets the version of the specified application's metadata. |
DataVersion() | Gets the version of the specified application's data in the context of a given tenant. This indicates the last version that was installed or successfully upgraded to and will not match the application version if the tenant is in a data upgrade pending state. |
Dependencies() | Gets the collection of application dependencies. |
Id() | Gets the ID of the specified application. |
Name() | Gets the name of the specified application. |
PackageId() | Gets the package ID of the specified application. |
Publisher() | Gets the publisher of the specified application. |