{CompanyName} FlexyGo

EntityController..::..GetProcesses Method

Gets the processes collection based on the received properties and the object name. returns an NavigationNodes as an ActionResult

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetProcesses(
	string ObjectName,
	string ObjectWhere,
	string Options
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetProcesses ( _
	ObjectName As String, _
	ObjectWhere As String, _
	Options As String _
) As ActionResult

Parameters

ObjectName
Type: String
Name of the object.
ObjectWhere
Type: String
The object where.
Options
Type: String
Null for all, report only reports, processes only processes, relations only object relations

Return Value

NavigationNodes as ActionResult.