| ISurveyMoveRoutings Method |
Move routings to a given destination
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IStructureModificationResult MoveRoutings(
IEnumerable<int> routingIds,
RoutingStartType routingStartType,
int startQuestionId,
int targetPosition
)
Function MoveRoutings (
routingIds As IEnumerable(Of Integer),
routingStartType As RoutingStartType,
startQuestionId As Integer,
targetPosition As Integer
) As IStructureModificationResult
IStructureModificationResult^ MoveRoutings(
IEnumerable<int>^ routingIds,
RoutingStartType routingStartType,
int startQuestionId,
int targetPosition
)
Parameters
- routingIds
- Type: System.Collections.GenericIEnumerableInt32
Ids of routings to move - routingStartType
- Type: AskiaCoreRoutingStartType
How the routing is triggered, e.g. by a question, by the start of an interview. - startQuestionId
- Type: SystemInt32
Id of the new start question. - targetPosition
- Type: SystemInt32
Position at which the routings will be moved within the start question
Return Value
Type:
IStructureModificationResultReturn the result of the movement
Remarks
TODO Movement rules
See Also