Answer ValueNodeList T  Remove Method
Removes an item from the collection.

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

public bool Remove(
	Answer..::..ValueNode<T> item
)

Parameters

item
Type: HotDocs.Sdk Answer ValueNode T 
The item to remove.

Return Value

Type: OnlineBoolean
True or False depending on a successful removal of the item.

Implements

OnlineICollection T  Remove(T)
See Also