Click or drag to resize
IUserAccessiableSetAnswerWithAdditionalTexts Method
Sets multiple answers with additional texts. Use CreateAnswerWithAdditional() to create AnswerWithAdditionalText objects.

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

Parameters

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

Return Value

Type: Boolean
See Also