AnswerCollection WriteFile Method (Boolean)
Write this answer collection to the file designated by 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(
	bool writeDontSave
)

Parameters

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