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