The following table contains all properties of this entity and their description
| Property Name | Description | Type |
|---|---|---|
| TemplateId | The template identifier. | Guid |
| TemplateGroupId | The parent template group identifier. | Guid |
| FormId | The associated form identifier. | Guid |
| Name | Name used to identify the template. | string |
| Description | Additional information used to describe the template. | string |
| Metadata | Additional information to associate with the results of template execution. | string |
| AssemblyBlobFileName | The .dll file representing the compiled version of the template. | string |
| SourceBlobFileName | The Microsoft® Word .docx file of the template. | string |
| UseParentDocumentOutputPostActions | Indicates whether the available DOPAs are selected in the parent group. Otherwise, available DOPAs are selected in the template. | bool |
| CreatedByUserProfileId | The user who created this Template. | Guid |
| CreatedDate | Date/time at which this Template was created. | DateTimeOffset |
| ModifiedByUserProfileId | The last user who modified this Template’s properties. | Guid |
| ModifiedDate | Date/time at which this Template’s properties were modified for the last time. | DateTimeOffset |
| Timestamp | The timestamp. | byte array |

