RestClient ResumeSession Method
Resumes a saved session.

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

public string ResumeSession(
	string state,
	Func<string, PackageTemplateLocation> locationGetter = null
)

Parameters

state
Type: OnlineSystem String
The serialized state of the interrupted session, i.e. the "snapshot".
locationGetter (Optional)
Type: OnlineSystem Func OnlineString, PackageTemplateLocation 
A delegate that takes a package ID and returns the template location.

Return Value

Type: OnlineString
A session ID to be passed into the JavaScript HD$.CreateInterviewFrame call.
See Also