| ISurveyMergeQuestionPages Method |
Merge questions from the given id's range into the same page
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IStructureModificationResult MergeQuestionPages(
int firstQuestionId,
int lastQuestionId
)
Function MergeQuestionPages (
firstQuestionId As Integer,
lastQuestionId As Integer
) As IStructureModificationResult
IStructureModificationResult^ MergeQuestionPages(
int firstQuestionId,
int lastQuestionId
)
Parameters
- firstQuestionId
- Type: SystemInt32
First id of the question range to merge - lastQuestionId
- Type: SystemInt32
Last id of the question range to merge
Return Value
Type:
IStructureModificationResultReturn the result of the merge
Remarks
TODO Merge rules
See Also