Skip to main content
Home  ›  Docs

2sxc Documentation

We are currently re-working the documentation structure.

  1. The 2sxc Wiki docs explaining all the concepts and ideas
  2. API documentation for Razor/C#, JavaScript (incl. $2sxc and $cms), WebServices, Edit-UIs etc. 
  3. Features-documentation will be found on this page
  4. Learning tutorials and concepts in Learn
  5. Extensive tutorials for Razor, RazorBlade and Koi
  6. Blogs, examples etc. are of course in Blog

Features of 2sxc with Details and How-To-Use

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