Click or drag to resize
IUserAccessiableMegaGetAnswer Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
DVar[] MegaGetAnswer(
	int inQuesIdx,
	bool inTakeNullIntoAccount,
	Nullable<int> inTopicIndex,
	Nullable<int> inUserIterIdx,
	bool inAsCoding,
	string inFullIteration,
	out bool outIsCode
)

Parameters

inQuesIdx
Type: SystemInt32
inTakeNullIntoAccount
Type: SystemBoolean
inTopicIndex
Type: SystemNullableInt32
inUserIterIdx
Type: SystemNullableInt32
inAsCoding
Type: SystemBoolean
inFullIteration
Type: SystemString
outIsCode
Type: SystemBoolean

Return Value

Type: DVar
See Also