Click or drag to resize
IUserAccessiableIsCodesAnswer Method
This function's return's 'true' or 'false' if a special code was selected in a Numeric\Open-Ended question

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool IsCodesAnswer(
	int inQuesIdx
)

Parameters

inQuesIdx
Type: SystemInt32
The Question ID

Return Value

Type: Boolean
Boolean, a true value if succeeded
Examples
This function will return true if a special code was ansered in Question 1 IsCodesAnswer(1);
See Also