Click or drag to resize
IUserAccessiableAdditionalAnswerTextIter Method (Int32, String, String)
Returns the Other-Specify text entered for the specified answer ID in the given iteration.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string AdditionalAnswerTextIter(
	int inQuesIdx,
	string inAnswerIdentifier,
	string inIter
)

Parameters

inQuesIdx
Type: SystemInt32
inAnswerIdentifier
Type: SystemString
inIter
Type: SystemString

Return Value

Type: String
See Also