InterviewSettings Title Property
The title to be displayed at the left side of the browser interview's title/toolbar. If this property is null, HotDocs will use the built-in title of the template.

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

public string Title { get; set; }

Property Value

Type: OnlineString
Remarks

This property is equivalent to the TemplateTitle property on the HotDocs Server API and the TemplateTitleOverride setting in Core Services.
See Also