ObjectsRelationsController..::..GetHTML Method
Gets the HTML displaying related objects. Depending on mode parameter it will display related objects,
related processes or related reports
Returns an HtmlHelper as an ActionResult
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetHTML( string ObjectName, string ObjectWhere, string ModuleName, string PageName, string Mode )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetHTML ( _ ObjectName As String, _ ObjectWhere As String, _ ModuleName As String, _ PageName As String, _ Mode 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 identifier.
- Mode
- Type: String
Mode Can be Objects, Processes or Reports