Click or drag to resize
Askia

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
)

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: IStructureModificationResult
Return the result of the split
Remarks
TODO Split rules
See Also