Click or drag to resize
IUserAccessiableMegaSetAnswer Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool MegaSetAnswer(
	int inQuesIdx,
	Nullable<int> inTopicIndex,
	Nullable<int> inUserIterIdx,
	string inFullIteration,
	string inAdditionalData,
	bool inIsCodesAnswers,
	params DVar[] inValues
)

Parameters

inQuesIdx
Type: SystemInt32
inTopicIndex
Type: SystemNullableInt32
inUserIterIdx
Type: SystemNullableInt32
inFullIteration
Type: SystemString
inAdditionalData
Type: SystemString
inIsCodesAnswers
Type: SystemBoolean
inValues
Type: SurveyToGo.UserLogic.InterfacesDVar

Return Value

Type: Boolean
See Also