Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Template Name: The unique name or code assigned to the template being created.
 

Version: 

  • Standard Version 1: Old style "[CSS:<name>]" - (legacy, should be avoided where possible)
  • Standard Version 2: CSSRepeat capable - [<datasource>.<PropertyName>] - eg: [Order.OrderID]
  • XSLT Version 3: like version  similar to Standard Version 2 but supports XSLT - (legacy, should be avoided where possible)
  • Razor Version 4: Razor templates based on MVC Razor engine

    Info

    If your template will require the use of logic in the back-end code, select Version 4. If no logic will be required, select Version 2.



...