Click or drag to resize
Askia

IRoutingCollectionRemove Method (Int32)

Remove a routing 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 routing to remove

Return Value

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