WorkItem Title Property
The title of the work item. This is used by a host application when presenting user interface showing the completed and pending work items. Right now each work item maintains its own title internally, but eventually the title could be derived from elsewhere (for example, the Title property of InterviewOptions, or if that's not set then the title associated with a template).

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

public string Title { get; private set; }

Property Value

Type: OnlineString
See Also