Click or drag to resize
Askia

IRoutingCollectionCreate Method (String, RoutingStartType, Int32)

Creates a new routing in the collection given its name, start type and starting question ID

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IRouting Create(
	string name,
	RoutingStartType startType,
	int startQuestionId
)

Parameters

name
Type: SystemString
Name of the routing to create
startType
Type: AskiaCoreRoutingStartType
Start type of the routing (question, end interview, all questions, etc.)
startQuestionId
Type: SystemInt32
Id of the question from where the routing will start

Return Value

Type: IRouting
Return the newly created routing
See Also