IUserAccessiableMegaSetAnswer Method |
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax 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:
BooleanSee Also