App Information - Object and Token
Introduced in Version 05.05.00
This new variable / token was introduced to help templates become flexible.
Usage Tokens
- [App:Path]/scripts/knockout.js
- [App:PhysicalPath]
- [AppSettings:keyfromsettings] - the available keys are configured in each app
- [AppResources:keyfromresources] - the available keys are configured in each app
Usage Razor
- App.Path/scripts/knockout.js
- App.PhysicalPath
- App.AppGuid
- App.AppId
- App.Name
- App.Folder
- App.Settings.AnyKeyFromSettings
- App.Resources.AnyKeyFromResources
History
- Added in 05.05.00
- Stable since 06.00.00