IExecutionMgrGotoChapter Method (Int32, Boolean) |
Interview jumps to a certain chapter index from the current place, depending on validation rules on the way
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax void GotoChapter(
int inChapterIndex,
bool inNoValidation
)
Parameters
- inChapterIndex
- Type: SystemInt32
- inNoValidation
- Type: SystemBoolean
'true' if to ignore validation rules on the way, or 'false' otherwise
Examples
GotoChapter(5, true) will perfrom a jump from the current question the interview is at, straight into chapter index 5, ignorign validation rules on the way
See Also