Click or drag to resize
IUserAccessiableContainsAnyIter Method
Relevant mainly for Multiple Selection Questions that are part of an iteration Returns true if the inValue was selected in the inQuesIdx question as one of the answers in at least one of the iterations

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

Parameters

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

Return Value

Type: Boolean
Examples
ContainsAnyIter(QRef(5),4) will return ture if the 4th option was selected in the Multiple Selection question 5 in any of the iterations
See Also