DocumentWorkItem Class
A DocumentWorkItem represents a document that needs to be (or has been) generated as part of a WorkSession. It keeps track of the template used to generate the document, and for documents that have already been generated, it also tracks the unanswered variables encountered during assembly.
Inheritance Hierarchy

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

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 DocumentWorkItem : WorkItem
See Also