Click or drag to resize
IChapterInfoGetIterations Method
Get array of all iterations indexes of the chapter

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int[] GetIterations()

Return Value

Type: Int32
int[]
Examples
If the chapter is a loop chapter with 4 iterations, IChapterInfo.GetIterations() will return this integers array: [1, 2, 3, 4].
See Also