Click or drag to resize
IUserAccessiableGetOriginalText Method
Relevant for all question types. Gets a question index and returns the original text in its body (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 GetOriginalText(
	int inQuesIdx
)

Parameters

inQuesIdx
Type: SystemInt32
Target question index

Return Value

Type: String
Text Object - string
Examples
If we have a question indexed 4, and we would like to get the text from its body, before it was changed, we can use this function as follows: GetOriginalText(QRef(4));
See Also