Answer GetChildCount Method
Indicates the number of child values at the specified repeat index.

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

public abstract int GetChildCount(
	params int[] rptIdx
)

Parameters

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

Return Value

Type: OnlineInt32
The number of children
See Also