{CompanyName} FlexyGo

ProcessController..::..execProcessByName Method

Executes the process by name.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult execProcessByName(
	string ProcessName,
	string ObjectName,
	string ObjectWhere,
	KeyValuePairs[] ProcessParams
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function execProcessByName ( _
	ProcessName As String, _
	ObjectName As String, _
	ObjectWhere As String, _
	ProcessParams As KeyValuePairs() _
) As ActionResult

Parameters

ProcessName
Type: String
Name of the process.
ObjectName
Type: String
Name of the object.
ObjectWhere
Type: String
The object where.
ProcessParams
Type: array<KeyValuePairs>[]()[][]
The process parameters.

Return Value

ActionResult.