CForumPMFolder::GetList
CDBResult GetList( [array arOrder [, array arFilter [, bool bCount ]]] );
The GetList method returns a slection of messages filtered by arFilter and sorted in the arOrder order.
Parameters
Parameter | Description |
---|---|
arOrder |
An array of the format Array(by1=>order1[, by2=>order2 [, ..]]),
where:
|
arFilter |
An array in the format array("filtered
field"=>"filter value" [, ...]). The following
values are possible:
The following logic can be specified at the beginning of the field name:
Required. |
bCount | If set to true, the method returns a number of messages matching the filter. Optional. False by default. |
Return Values
The method returns an instance of the CDBResult object.
See Also
CDBResult
User folder table
© «Bitrix24», 2001-2024