Answer GetAnswered Method
Indicates whether (or not) a value is available at the indicated repeat indices.

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

public abstract bool GetAnswered(
	params int[] rptIdx
)

Parameters

rptIdx
Type:  OnlineSystem Int32 
An array of repeat indexes for a specific answer value.

Return Value

Type: OnlineBoolean
True or False
See Also