Click or drag to resize
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.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool AreAllTopicsVisible(
	int inQuesIdx
)

Parameters

inQuesIdx
Type: SystemInt32
Index of question

Return Value

Type: Boolean
true/false
Examples
AreAllTopicsVisible(Qref(5)) will return true if all topics of question 5 are visible.
See Also