RestClient GetSessionDoc Method
Saves the specified session file to a locaiton on the local disk.

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

public void GetSessionDoc(
	string sessionId,
	string fileName,
	string localPath
)

Parameters

sessionId
Type: OnlineSystem String
The session ID.
fileName
Type: OnlineSystem String
The name of the session document to return.
localPath
Type: OnlineSystem String
The local path where the session document will be saved.
See Also