Click or drag to resize
IUserAccessiableNotContainsIter Method (Int32, Object, Int32)
Relevant mainly for Multiple Selection Questions that are part of an iteration Returns true if the inValue was not selected in the inQuesIdx question as one of the answers in inIter iteration

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

Parameters

inQuesIdx
Type: SystemInt32
Index of question
inValue
Type: SystemObject
The value to check
inIter
Type: SystemInt32
The iteration number

Return Value

Type: Boolean
true/false
Examples
ContainsIter(QRef(5),4, 2) will return ture if the 4th option was not selected in the Multiple Selection question 5 in the 2nd iteration
See Also