IUserAccessiableGetQuestionIterations Method |
Returns an array that contains the numbers of the iterations that a spacific question was asked
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int[] GetQuestionIterations(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
The selected question index
Return Value
Type:
Int32Array of numbers
See Also