Services GetAnswers Method
This method overlays any answer collections passed into it, into a single XML answer collection.

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

public string GetAnswers(
	IEnumerable<TextReader> answers,
	string logRef
)

Parameters

answers
Type: OnlineSystem.Collections.Generic IEnumerable OnlineTextReader 
The answers to be overlayed.
logRef
Type: OnlineSystem String
This parameter lets you specify information that will be included in usage logs for this call. For example, you can use a string to uniquely identify the end user that initiated the request and/or the context in which the call was made. When you review usage logs, you can then see which end users initiated each request. That information could then be used to pass costs on to those end users if desired.

Return Value

Type: OnlineString
The consolidated XML answer collection.

Implements

IServices GetAnswers(IEnumerable TextReader , String)
See Also