a5w_EnumerateWebAppRepository Function
Syntax
Arguments
- Result
List of Key values meeting the filter, one value per line
- objectType
(optional) The object type description set when the value was stored
- componentGuid
(optional) The GUID of the component from where the data was saved
- userId
(optional) The userId of the user who saved the data in the repository
- securityGroups
(optional) The security groups that have permission to access the data.
Description
Lists keys in the web app repository.
Discussion
Enumerates the key values of the objects stores in the repository. You can filter the objects by objectType, componentGuid, userId, or securityGroup. The Web Application Repository is a table in a database (SQL or DBF) where the web application can read or write data - such as email templates or saved queries. See Web Application Repository for more information.
Example
a5w_SaveToWebAppRepository("email", "[email protected]") a5w_SaveToWebAppRepository("name", "Jane Smith") a5w_SaveToWebAppRepository("today", dtoc(date())) ? a5w_EnumerateWebAppRepository() = email name today
See Also