Skip to Content
Primo RPA StudioToolsAutoDocproject.cshtml Template

project.cshtml Template

project.cshtml is a template designed to describe a project in HTML format.

For this purpose, the ProjectInfo data model is used, which is connected via the @model directive:

@using PrimoAutodoc.ObjectModel @using PrimoAutodoc.Utils @model ProjectInfo

The ProjectInfo data model defines access to project information, such as name, description, and a list of components that can be included in the output 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