{CompanyName} FlexyGo

EntityController..::..GetTemplateById Method

Return a first template and data for an object based on the template identifier.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetTemplateById(
	string ObjectName,
	string ObjectWhere,
	string TemplateId,
	string Page,
	string PageSize,
	string Filter,
	string OrderBy
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetTemplateById ( _
	ObjectName As String, _
	ObjectWhere As String, _
	TemplateId As String, _
	Page As String, _
	PageSize As String, _
	Filter As String, _
	OrderBy As String _
) As ActionResult

Parameters

ObjectName
Type: String
Object name.
ObjectWhere
Type: String
The object where.
TemplateId
Type: String
The template Identifier
Page
Type: String
The page.
PageSize
Type: String
Filter
Type: String
a where.
OrderBy
Type: String
The order by.

Return Value

Datatable as action result.