| 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
)
Function Create (
name As String,
startType As RoutingStartType,
startQuestionId As Integer
) As IRouting
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:
IRoutingReturn the newly created routing
See Also