Click or drag to resize
Askia

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
)

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