Skip to Content
Primo RPA StudioToolsAutoDocprocess.cshtml Template

process.cshtml Template

process.cshtml is a template designed to describe a process file (*.ltw).

This template uses the ProcessInfo data model, connected using the @model directive.

@using PrimoConverter.PrimoModel @using PrimoAutodoc.ObjectModel @model ProcessInfo

The process.cshtml template provides a special tag {Activities}, which indicates the place where AutoDoc automatically inserts the result of filling the ActivityInfo template. This allows easy integration of process activity information into the final document.

Data Types and Properties in AutoDoc Templates

The links below provide descriptions of the properties used in .cshtml templates. Each data type is mapped to a set of properties.

  1. ProjectInfo Type
  2. ProcessInfo Type
  3. ToCItem Type
  4. ScriptVariable Type
  5. SerializationComponent Type
  6. Components Type
  7. Properties Type
  8. SerializationItem Type
  9. ActivityInfo Type
  10. ActivityProp Type
Last updated on