Click or drag to resize
IUserAccessiableGetChapterIterations Method
Returns an array that contains the numbers of the iterations that a spacific chapter was asked

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

Parameters

inChapterIndex
Type: SystemInt32
The selected chapter index

Return Value

Type: Int32
Array of numbers
See Also