Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version: Available or changed with runtime version 14.1.
Gets an optionally filtered list of resources packaged with this app.
Syntax
Result := NavApp.ListResources([Filter: Text])
Parameters
[Optional] Filter
Type: Text
Wildcard based filter to filter resource names by. If not provided, all resources are listed.
Return Value
Result
Type: List of [Text]
The list of resources, filtered by the given pattern if provided.
Related information
NavApp data type
Getting started with AL
Developing extensions