{CompanyName} FlexyGo

MasterTableController..::..GetSettings Method

Gets the Master Table settings. Returns a MasterTable as an ActionResult

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

Syntax


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

Parameters

TableName
Type: String
Name of the table.

Return Value

ActionResult.

Exceptions