{CompanyName} FlexyGo

WA_EntityController..::..GetCollection Method

Gets the collection.

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

Syntax


[HttpGetAttribute]
[RouteAttribute]
public IHttpActionResult GetCollection(
	string ObjectName,
	string filter,
	int page,
	int pagesize,
	string orderBy,
	bool withDescrips
)
<HttpGetAttribute> _
<RouteAttribute> _
Public Function GetCollection ( _
	ObjectName As String, _
	filter As String, _
	page As Integer, _
	pagesize As Integer, _
	orderBy As String, _
	withDescrips As Boolean _
) As IHttpActionResult

Parameters

ObjectName
Type: String
Name of the object.
filter
Type: String
The filter.
page
Type: Int32
The page.
pagesize
Type: Int32
The pagesize.
orderBy
Type: String
The order by.
withDescrips
Type: Boolean

Return Value

IHttpActionResult.