GetAnswers overlays any answer collections passed into it, into a single XML answer collection.
It has two primary uses: it can be used to combine multiple answer collections into a single
answer collection; and/or it can be used to "resolve" or standardize an answer collection
submitted from a browser interview (which may be specially encoded) into standard XML answers.
Namespace: HotDocs.Sdk.Server.WebServiceAssembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- answers
- Type:
System.Collections.Generic IEnumerable
TextReader
A sequence of answer collections. Each member of this sequence must be either an (encoded) interview answer collection or a regular XML answer collection. Each member will be successively overlaid (overlapped) on top of the prior members to form one consolidated answer collection.
- logRef
- Type:
System String
A string to display in logs related to this request.
Return Value
Type:
[Missing <returns> documentation for "M:HotDocs.Sdk.Server.WebService.Services.GetAnswers(System.Collections.Generic.IEnumerable{System.IO.TextReader},System.String)"]
Implements
IServices GetAnswers(IEnumerable TextReader , String)See Also