WorkSession WorkItems Property
Exposees a list of interview and document work items, both already completed and pending, as suitable for presentation in a host application (for example, to show progress through the work session).

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

public IEnumerable<WorkItem> WorkItems { get; }

Property Value

Type: OnlineIEnumerable WorkItem 
See Also