Click or drag to resize
IUserAccessiableSortTopics Method (Int32)
The function sorts the topic by lexicographical order from A-Z

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

Parameters

inQuesIdx
Type: SystemInt32
Question index
Examples
For question 3 with several topics the following code will sort them by a lexicographical order from A-Z. SortTopics(QRef(3));
See Also