RestClient GetSessionDocList Method
Returns an array of assembled documents associated with the 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[] GetSessionDocList(
	string sessionId
)

Return Value

Type:  OnlineString 
An array of session documents.
See Also