AnswerCollection GetEnumerator Method
Gets an enumerator to iterate through the answers in the answer collection.

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

public IEnumerator<Answer> GetEnumerator()

Return Value

Type: OnlineIEnumerator Answer 
An IEnumerator you can use to iterate the answers.

Implements

OnlineIEnumerable T  GetEnumerator 
See Also