Click or drag to resize
IUserAccessiable.SetAnswerMatchByCoding Method (Int32, Int32, Boolean, Boolean)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool SetAnswerMatchByCoding(
	int inQuesIdx,
	int inValue,
	bool inMatchTopToBottom,
	bool inDefaultToLastAnswer
)

Parameters

inQuesIdx
Type: System.Int32
inValue
Type: System.Int32
inMatchTopToBottom
Type: System.Boolean
inDefaultToLastAnswer
Type: System.Boolean

Return Value

Type: Boolean
See Also