Back to product page

SortItems property


Sorts items in specific order.

Type

A SortItemsEnum enumeration

Syntax

  • Basic
object.SortItems[= value]
The SortItems(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.
valueA SortItemsEnum enumeration, as described in settings.

Remarks

Settings

The settings for value are:

Constant Value Description
sortName0 Sort by name.
sortType 1 Sort by type.
sortSize2 Sort by size.
sortDate 3 Sort by date.
sortNone4 No sort.


Available only in ActiveX (GUI) version!

This property will force wodFtpDLX to sort items in it's window using selected sort type. By default, it will not sort items at all. If you want to list items in specific order, select appropriate value from SortItemsEnum enumeration.

Platforms

Windows