IndexedValue Structure
An IndexedValue represents a single value within a HotDocs Answer object containing multiple values. (A so-called "Repeated Answer".) IndexedValues are used to facilitate easy iteration of the values within a repeated answer -- see the Answer.IndexedValues property.

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

public struct IndexedValue
See Also