| IRoutingRemoveFromScenario Method |
Removes the routing from a given scenario
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax bool RemoveFromScenario(
int scenarioId
)
Function RemoveFromScenario (
scenarioId As Integer
) As Boolean
bool RemoveFromScenario(
int scenarioId
)
Parameters
- scenarioId
- Type: SystemInt32
Id of the scenario from which the routing will be removed
Return Value
Type:
BooleanReturn a boolean representing the success of the operation
See Also