IUserAccessiableResetSortTopics Method |
Cancels the Randomization defined for the Topics of that quetion. for example if the Randomize Topics is globally defnied for this question but on a certain condition
in an interview you want to ignore it you can use ResetSortTopics(CurrQues).
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax void ResetSortTopics(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
the question index
Return Value
Type:
void
Examples
ResetSortTopicss(CurrQues); will restore the Topics order to the original order in this question in the interview
See Also