Click or drag to resize
IUserAccessiableContains Method
Relevant mainly for Multiple Selection Questions Returns true if the inValue was selected in the inQuesIdx question as one of the answers

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

Parameters

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

Return Value

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