{CompanyName} FlexyGo

ListController..::..GetList Method

Gets the list based on provided parameters. Returns a ListHelper as an ActionResult

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetList(
	string ObjectName,
	string ObjectWhere,
	string ModuleName,
	string PageName,
	int Page,
	List<PropertyOrder> OrderInfo,
	string AdditionalWhere,
	string Mode,
	Object SearchId,
	filterHelper[] FilterValues,
	string TemplateId,
	string ViewId,
	Nullable<int> PageSize,
	string PresetId,
	Dictionary<string, TemplateGroup> GroupsInfo
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetList ( _
	ObjectName As String, _
	ObjectWhere As String, _
	ModuleName As String, _
	PageName As String, _
	Page As Integer, _
	OrderInfo As List(Of PropertyOrder), _
	AdditionalWhere As String, _
	Mode As String, _
	SearchId As Object, _
	FilterValues As filterHelper(), _
	TemplateId As String, _
	ViewId As String, _
	PageSize As Nullable(Of Integer), _
	PresetId As String, _
	GroupsInfo As Dictionary(Of String, TemplateGroup) _
) As ActionResult

Parameters

ObjectName
Type: String
Name of the object.
ObjectWhere
Type: String
The object where.
ModuleName
Type: String
The module identifier.
PageName
Type: String
The page identifier.
Page
Type: Int32
The list page number.
OrderInfo
Type: List<(Of <(<'PropertyOrder>)>)>
The order info
AdditionalWhere
Type: String
The additional where.
Mode
Type: String
(list|edit) Defines if the list is linked or not to the object
SearchId
Type: Object
The search id
FilterValues
Type: array<filterHelper>[]()[][]
The filter values
TemplateId
Type: String
The template id
ViewId
Type: String
The view id
PageSize
Type: Nullable<(Of <(<'Int32>)>)>
The page size
PresetId
Type: String
The preset id
GroupsInfo
Type: Dictionary<(Of <(<'String, TemplateGroup>)>)>

Return Value

ActionResult.

Exceptions


ExceptionCondition
FLEXYGO.Exceptions..::..LocalizedException Module object name can't be blank or Error in web service getList