Click or drag to resize
IUserAccessiableGetTopicOriginalText Method
Relevant only for grid question types. Gets a question index, a topic index and returns the original text (in case it was changed by Append\'Set' functions)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string GetTopicOriginalText(
	int inQuesIdx,
	int inTopicIdx
)

Parameters

inQuesIdx
Type: SystemInt32
Target question index
inTopicIdx
Type: SystemInt32
Target topic index

Return Value

Type: String
Text object - string
Examples