Click or drag to resize
IUserAccessiableHasRepeatAnswers Method (Int32, Int32)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool HasRepeatAnswers(
	int inQuesIdx,
	params int[] inIgnoreAnswers
)

Parameters

inQuesIdx
Type: SystemInt32
inIgnoreAnswers
Type: SystemInt32

Return Value

Type: Boolean
See Also