| ISurveyMoveQuestions Method |
Move questions to a given destination
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IStructureModificationResult MoveQuestions(
IEnumerable<int> questionIds,
int targetParentId,
int targetPosition
)
Function MoveQuestions (
questionIds As IEnumerable(Of Integer),
targetParentId As Integer,
targetPosition As Integer
) As IStructureModificationResult
IStructureModificationResult^ MoveQuestions(
IEnumerable<int>^ questionIds,
int targetParentId,
int targetPosition
)
Parameters
- questionIds
- Type: System.Collections.GenericIEnumerableInt32
Ids of questions to move - targetParentId
- Type: SystemInt32
Id of the parent target question - targetPosition
- Type: SystemInt32
Position at which the questions will be moved as the parent target child
Return Value
Type:
IStructureModificationResultReturn the result of the movement
Remarks
TODO Movement rules
See Also