Click or drag to resize
IUserAccessiableSetTopicVisible Method
Overload List
  NameDescription
Public methodCode exampleSetTopicVisible(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
Public methodCode exampleSetTopicVisible(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
Public methodCode exampleSetTopicVisible(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.
Top
See Also