Skip to main content

App Information - Object and Token

Warning ⚠️: New Docs Available

These are old docs and we haven't found the time to completely move them. You will find comprehensive new docs on docs.2sxc.org.

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
Tags for this feature
Razor Token Apps new in 6.x