Click or drag to resize
Askia

IRoutingCollectionCreate Method (String)

Creates a new routing in the collection given its name

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IRouting Create(
	string name
)

Parameters

name
Type: SystemString
Name of the routing to create

Return Value

Type: IRouting
Returns the newly created routing
See Also