Click or drag to resize
IUserAccessiableIsAnyTopicVisible Method
Relevant mainly for Questions that have topics included. Returns true if at least one of the topics in question inQuesIdx is visible, otherwise returns false

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

Parameters

inQuesIdx
Type: SystemInt32
Index of question

Return Value

Type: Boolean
true/false
Examples
IsAnyTopicVisible(Qref(5)) will return true if at least one of the topics of question 5 is visible.
See Also