Click or drag to resize
IUserAccessiableAddExternalListAnswerOtherSpecify Method
This function adds an Other Specify type of answer to a pre-loaded external list question.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool AddExternalListAnswerOtherSpecify(
	int inQuesIdx,
	string inAnswerCode,
	string inOtherSpecify
)

Parameters

inQuesIdx
Type: SystemInt32
The Question ID
inAnswerCode
Type: SystemString
inOtherSpecify
Type: SystemString

Return Value

Type: Boolean
Boolean, a true value if succeeded
Examples
This will add the answer 'Other Specify' with the value of 55 to question's 1 external list AddExternalListAnswer(1, "55", "Other Specify");
See Also