IUserAccessiableAddExternalListAnswerOtherSpecify Method |
This function adds an Other Specify type of answer to a pre-loaded external list question.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax 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