WorkSession Class
WorkSession is a state machine enabling a host application to easily navigate an assembly queue. It maintains an answer collection and a list of completed (and pending) interviews and documents. A host application uses this class not only to process through the assembly queue, but also to inspect the assembly queue for purposes of providing user feedback ("disposition pages").
Inheritance Hierarchy

Online System Object
  HotDocs.Sdk.Server WorkSession

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 WorkSession
Remarks

Note: The implementation of WorkSession is the same whether interfacing with HDS or Core Services.
See Also