{CompanyName} FlexyGo

NetworkController..::..GetData Method

Gets the data content for network graphic

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetData(
	string ObjectName,
	string ObjectWhere,
	string ModuleName,
	bool Details,
	int ParentId,
	int MaxId,
	string ParentObjectName,
	string ParentObjectWhere
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetData ( _
	ObjectName As String, _
	ObjectWhere As String, _
	ModuleName As String, _
	Details As Boolean, _
	ParentId As Integer, _
	MaxId As Integer, _
	ParentObjectName As String, _
	ParentObjectWhere As String _
) As ActionResult

Parameters

ObjectName
Type: String
Name of the object.
ObjectWhere
Type: String
The object where.
ModuleName
Type: String
The module identifier.
Details
Type: Boolean
If we want the details(True) or the relations (False).
ParentId
Type: Int32
Node Parent Id
MaxId
Type: Int32
Max id used with nodes
ParentObjectName
Type: String
ParentObjectWhere
Type: String

Return Value

ActionResult.