Answer MoveIteration Method
Moves an answer value from one repeat index to another.

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

public abstract void MoveIteration(
	int[] rptIdx,
	int newPosition
)

Parameters

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