The Answer type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | IndexedValues |
IndexedValues provides a simple way to enumerate (and potentially modify) the values associated with an answer.
|
![]() | IsRepeated |
Indicates whether this answer is repeated or not.
|
![]() | Name |
The answer name. Corresponds to a HotDocs variable name.
|
![]() | Save |
When HotDocs saves a collection of answers as an Answer File, this flag determines whether this specific answer
will be saved or not. If true (the default), the answer will be saved. If false, this answer will be
ignored/dropped and will not be persisted with the rest of the answers in the AnswerCollection.
|
![]() | Type |
The type of value that is stored in this answer.
|
![]() | UserExtendible |
For answers containing repeated values, indicates whether end users should be allowed to add/delete/move
repeat iterations in the interview UI (default is true).
|
See Also