{CompanyName} FlexyGo

NavigationController..::..GetNodesById Method

Gets the nodes by identifier.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetNodesById(
	string ParentId,
	bool HideAutoSQLNodes
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetNodesById ( _
	ParentId As String, _
	HideAutoSQLNodes As Boolean _
) As ActionResult

Parameters

ParentId
Type: String
The parent identifier.
HideAutoSQLNodes
Type: Boolean
Boolean to set if we want to generate the auto SQL nodes

Return Value

ActionResult.