IUserAccessiableContainsOneOf Method |
Relevant mainly for Multiple Selection Questions
Returns true if one or more of the inValues was selected in the inQuesIdx question as one of the answers
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool ContainsOneOf(
int inQuesIdx,
params Object[] inValues
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question - inValues
- Type: SystemObject
The values to check
Return Value
Type:
Booleantrue/false
Examples
ContainsOneOf(QRef(5), 1, 4, 6) will return ture if one or more of the 1st, 4th or 6th options were selected in the Multiple Selection question 5
See Also