AnswerCollection WriteFile Method (String, Boolean)
Write this answer collection to a file. Store the answer file name in the FilePath property.

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

public void WriteFile(
	string path,
	bool writeDontSave
)

Parameters

path
Type: OnlineSystem String
The path of the answer file to write.
writeDontSave
Type: OnlineSystem Boolean
Indicates whether or not answers that are marked as "do not save" should be written to the answer file.
See Also