AnswerCollection RemoveAnswer Method
Removes an answer from the answer collection.

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

public bool RemoveAnswer(
	string name
)

Parameters

name
Type: OnlineSystem String
The name of the HotDocs variable whose answer you want to remove from the answer collection.

Return Value

Type: OnlineBoolean
True if the answer collection contained an answer for the specified variable and it was successfully removed; otherwise, returns False.
See Also