{CompanyName} FlexyGo

WA_EntityController..::..GetViewSchema Method

Gets the view schema for a given object and view name.

Namespace:  FLEXYGO.WebApiControllers
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[HttpGetAttribute]
[RouteAttribute]
public IHttpActionResult GetViewSchema(
	string ObjectName,
	string ViewName
)
<HttpGetAttribute> _
<RouteAttribute> _
Public Function GetViewSchema ( _
	ObjectName As String, _
	ViewName As String _
) As IHttpActionResult

Parameters

ObjectName
Type: String
Name of the object.
ViewName
Type: String
Name of the view.

Return Value

IHttpActionResult.