WorkItem Template Property
The template associated with this work item. For interview work items, this is the template that delivers the interview. For document work items, this is the template that generates the document. A single template can be (and often is) associated with both an interview work item and a document work item.

Namespace: HotDocs.Sdk.Server
Assembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Template Template { get; private set; }

Property Value

Type: Template
See Also