{CompanyName} FlexyGo

MenuManagerController..::..RelocateMenu Method

Delete the Menu by identifier.

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult RelocateMenu(
	string Id,
	string Order,
	string ParentId
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function RelocateMenu ( _
	Id As String, _
	Order As String, _
	ParentId As String _
) As ActionResult

Parameters

Id
Type: String
The Menu identifier.
Order
Type: String
The order of the Menu.
ParentId
Type: String
The parent Menu identifier.

Return Value

ActionResult.