InterviewWorkItem Class
An InterviewWorkItem represents an interview that will be (or has been) presented to the end user in a web browser. In includes a method to retrieve the interview HTML fragment (when delivering the interview to a browser), and another to "finish" the interview once answers have been posted back from the browser.
Inheritance Hierarchy

Online System Object
  HotDocs.Sdk.Server WorkItem
    HotDocs.Sdk.Server InterviewWorkItem

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

[SerializableAttribute]
public class InterviewWorkItem : WorkItem
See Also