IUserAccessiableCheckTopicsNotValues Method |
checks if the given answer index’s were not selected in a single choice grid question.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool CheckTopicsNotValues(
int inQuesIdx,
params int[] inValues
)
Parameters
- inQuesIdx
- Type: SystemInt32
Question Index - inValues
- Type: SystemInt32
1 value or more, separated with a comma
Return Value
Type:
BooleanBoolean Value
Examples
CheckTopicsNotValues(CurrQues,1,2,3);
will return true if none of the indexes 1,2,3 was selected as an answer to a topic
See Also