Click or drag to resize
Askia

IScenarioCollectionRemove Method (Int32)

Remove a scenario from the collection given its id

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
bool Remove(
	int id
)

Parameters

id
Type: SystemInt32
Id of the scenario to remove

Return Value

Type: Boolean
Return a boolean representing the success of the operation
See Also