Click or drag to resize
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.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool SetSelectedAnswerAdditionalText(
	int inQuesIdx,
	string inAnswerIdentifier,
	string inAdditionalText
)

Parameters

inQuesIdx
Type: SystemInt32
inAnswerIdentifier
Type: SystemString
inAdditionalText
Type: SystemString

Return Value

Type: Boolean
See Also