OrgChartController..::..GetNodes Method
Returns an OrgChartHelper as an ActionResult
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetNodes( string ObjectName, string ObjectWhere, string ModuleName, string PageName )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetNodes ( _ ObjectName As String, _ ObjectWhere As String, _ ModuleName As String, _ PageName As String _ ) As ActionResult
Parameters
- ObjectName
- Type: String
Name of the object.
- ObjectWhere
- Type: String
The object where.
- ModuleName
- Type: String
The module identifier.
- PageName
- Type: String
The page PageName.