InterviewWorkItem Properties
The InterviewWorkItem type exposes the following members.
Properties

  NameDescription
Public propertyIsCompleted
A flag indicating whether this work item has been completed or not. This property is only set by the WorkSession to which this WorkItem belongs.
(Inherited from WorkItem.)
Public propertyTemplate
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.
(Inherited from WorkItem.)
Public propertyTitle
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).
(Inherited from WorkItem.)
Back to Top
See Also