Click or drag to resize
IUserAccessiableIsCodesAnswerIter Method (Int32, Int32)
This function's return's 'true' or 'false' if a special code was selected in a Numeric\Open-Ended question within a loop with a given iteration.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool IsCodesAnswerIter(
	int inQuesIdx,
	int inIter
)

Parameters

inQuesIdx
Type: SystemInt32
The Question ID
inIter
Type: SystemInt32
The Iteration Index

Return Value

Type: Boolean
Boolean, a true value if succeeded
Examples
This function will return true if a special code was ansered in Question 1 and Iteration 2 IsCodesAnswerIter(1,2);
See Also