| IResponseRemoveFromScenario Method |
Remove the resource 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
Ids of the scenario from which the resource will be removed
Return Value
Type:
BooleanReturn a boolean representing the success of the operation
See Also