WorkSession Constructor (IServices, Template)
WorkSession constructor

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

public WorkSession(
	IServices service,
	Template template
)

Parameters

service
Type: HotDocs.Sdk.Server IServices
An object implementing the IServices interface, encapsulating the instance of HotDocs Server with which the host app is communicating.
template
Type: HotDocs.Sdk Template
The template upon which this WorkSession is based. The initial interview and/or document work items in the WorkSession will be based on this template (including its Switches property).
See Also