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.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax 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