GetList
CDBResult CSaleStatus::GetList( string &by, string &order, string strLang = LANGUAGE_ID );
The method GetList returns an optionally sorted and filtered list of order statuses.
Parameters
Parameter | Description |
---|---|
by | Specifies the name of a parameter by which the sorting is to be performed. The following values are possible:
|
order | Sort order. Can be one of the following:
|
strLang | The ID of the language in which the parameters are to be retrieved. By default, the current language is used. |
Returned values
Returns an instance of CDBResult, containing a set of associated arrays with the following keys.
Key | Description |
---|---|
ID | The order status ID. |
SORT | Sort weight. |
LID | The language ID. |
NAME | The status name. |
DESCRIPTION | Status description. |
© «Bitrix24», 2001-2024