AnswerCollection ReadFile Method (String)
Read an answer file into this answer collection. Store the answer file name in the FilePath property. Currently, the only supported file format is XML.

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

public void ReadFile(
	string path
)

Parameters

path
Type: OnlineSystem String
The file path to an XML answer file.
See Also