{CompanyName} FlexyGo

NavigationController..::..RelocateNode Method

Delete the node by identifier.

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

Syntax


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

Parameters

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

Return Value

ActionResult.