IUserAccessiableAreAllTopicsVisible Method |
Relevant mainly for Questions that have topics included.
Returns true if all the topics in question inQuesIdx are visible, otherwise returns false
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool AreAllTopicsVisible(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question
Return Value
Type:
Booleantrue/false
Examples
AreAllTopicsVisible(Qref(5)) will return true if all topics of question 5 are visible.
See Also