ProjectTemplateDto

A ProjectTemplate is a named document that contains default Project details.

Project Templates are defined for the system and are shared among Projects.

Fields

FieldDescription
id
uuid
required
The unique identifier of this ProjectTemplate.
name
string
optional
The name of this ProjectTemplate.

Name can de used as a unique text reference for Project Templates.
title
string
optional
The title of this ProjectTemplate.

Title can be used as a description text for Project Templates.
description
string
optional
The full text description of this ProjectTemplate.
icon
string
optional
The icon path for this ProjectTemplate.
previewImage
string
optional
The preview image path for this ProjectTemplate.
order
int32
required
The overall order of this ProjectTemplate.

This order only applies to non-Custom ProjectTemplates
isCustom
boolean
required
Is this ProjectTemplate a custom template.

Custom templates are Templates that have been created from existing
Project definitions.
defaultView
string
optional
The web default view of the template.