Click or drag to resize
IUserAccessiableAdditionalAnswerText Method
Returns the Other-Specify text entered for the specified answer ID.

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

Parameters

inQuesIdx
Type: SystemInt32
inAnswerIdentifier
Type: SystemString

Return Value

Type: String
See Also