ValueList.SortByPresentation

Syntax:

SortByPresentation(<Direction>)

Parameters:

<Direction> (optional)

Type: SortDirection.
Sort method: ascending or descending.
Default value: Asc.

Description:

Sorts the list of values in ascending or descending alphabetical order according to the item representations that make up the list.

Availability:

Thin client, web-client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Example:

PriceTypesList.SortByPresentation(SortDirection.Desc);

    

1C:Enterprise Developer's Community