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

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

Parameters

inQuesIdx
Type: SystemInt32
The selected question index

Return Value

Type: Int32
Array of numbers
See Also