{CompanyName} FlexyGo

EditController..::..GetEditConfig Method

Gets the config template based on an object name returns a EditHelper as an ActionResult

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetEditConfig(
	string ObjectName
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetEditConfig ( _
	ObjectName As String _
) As ActionResult

Parameters

ObjectName
Type: String
Name of the object.

Return Value

ActionResult.