IUserAccessiableSetSelectedAnswerAdditionalText Method |
Sets additional text for a previously selected answer, without deleting other answers. Does nothing if the answer isn't selected.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool SetSelectedAnswerAdditionalText(
int inQuesIdx,
string inAnswerIdentifier,
string inAdditionalText
)
Parameters
- inQuesIdx
- Type: SystemInt32
- inAnswerIdentifier
- Type: SystemString
- inAdditionalText
- Type: SystemString
Return Value
Type:
BooleanSee Also