Click or drag to resize
IUserAccessiableSetAnswerWithAdditionalTextsIter Method (Int32, String, AnswerWithAdditionalText)
Sets multiple answers with additional texts. Use CreateAnswerWithAdditional() to create AnswerWithAdditionalText objects. Only works for Multiple Selection questions

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool SetAnswerWithAdditionalTextsIter(
	int inQuesIdx,
	string inIter,
	params AnswerWithAdditionalText[] inValues
)

Parameters

inQuesIdx
Type: SystemInt32
inIter
Type: SystemString
inValues
Type: SurveyToGo.UserLogic.InterfacesAnswerWithAdditionalText

Return Value

Type: Boolean
See Also