GetAddons Method

TriCodeTest

MenuCreationController..::..GetAddons Method

Returns a list of the addons with the specific subcategory id.

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

Syntax


[HttpGetAttribute]
public ActionResult GetAddons(
	int id
)

Parameters

id
Type: Int32
The id of the subcategory containing the addons.

Return Value

List of addons