CDBResult GetList( [array arOrder [, array arFilter [, bool bCount ]]] );
The GetList method returns a selection of folders filtered by arFilter and sorted in the arOrder order.
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:
|
bCount | If set to true, the method returns a number of records matching with the filter. Optional. False by default. |
The method returns an instance of the CDBResult object.
CDBResult
Dictionary table fields
© 2001-2007 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |