Click or drag to resize
IExecutionMgrGotoChapter Method (Int32)
Interview jumps to a certain chapter index from the current place.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void GotoChapter(
	int inChapterIndex
)

Parameters

inChapterIndex
Type: SystemInt32
the index of the chapter to jump to
Examples
GotoChapter(5) will perfrom a jump from the current question the interview is at, straight into chapter index 5
See Also