IUserAccessiableSetTopicVisible Method |
Name | Description | |
---|---|---|
SetTopicVisible(Int32, Boolean) |
Relevant mainly for Questions that have topics included.
Hides all the topics inQuesIdx if the inShow is false or shows them if true
| |
SetTopicVisible(Int32, Int32, Boolean) |
Relevant mainly for Questions that have topics included.
Hides the topic inTopicIdx in question inQuesIdx if the inShow is false or shows it if true
| |
SetTopicVisible(Int32, Boolean, Boolean, Int32) |
Relevant mainly for Questions that have topics included.
This function hides or shows the topics in inArray based on the inShow value. false will hide them and true will make them visible.
The inReset will perform the complimentary action to inShow to all topics if set to true:
if inShow is set to true and inReset is set to true all topics will become hiden before the inArray ones are shown and vice versa.
|