RemoveAddon Method

TriCodeTest

MenuCreationController..::..RemoveAddon Method

Given an addon id search the database and remove the addon with that id.

Namespace:  TriCodeTest.Controllers
Assembly:  TriCodeTest (in TriCodeTest.dll)

Syntax


[HttpPostAttribute]
public Task<ActionResult> RemoveAddon(
	int id
)

Parameters

id
Type: Int32
database id of addon

Return Value

Returns true when remove is complete