{CompanyName} FlexyGo

EntityCollection..::..GetDefaultEditListTemplate Method

Gets a template based on the TemplateType. If object does not have a template for that mode it will get a system default template definition

Namespace:  FLEXYGO.Objects
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public Template GetDefaultEditListTemplate(
	int page,
	int pageSize,
	string additionalWhere,
	List<PropertyOrder> orderby,
	string GridDataViewId
)
Public Function GetDefaultEditListTemplate ( _
	page As Integer, _
	pageSize As Integer, _
	additionalWhere As String, _
	orderby As List(Of PropertyOrder), _
	GridDataViewId As String _
) As Template

Parameters

page
Type: Int32
Page order
pageSize
Type: Int32
Page size
additionalWhere
Type: String
Optional additional filter
orderby
Type: List<(Of <(<'PropertyOrder>)>)>
The order by sentence.
GridDataViewId
Type: String

Return Value

Template.

Exceptions


ExceptionCondition
Exception