[This is preliminary documentation and is subject to change.]
Sorts the list item
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int SortListItem( int attributeId, bool isDescending ) |
| Visual Basic (Declaration) |
|---|
Public Function SortListItem ( _ attributeId As Integer, _ isDescending As Boolean _ ) As Integer |
| Visual C++ |
|---|
public: int SortListItem( int attributeId, bool isDescending ) |
Parameters
- attributeId
- Type: System..::.Int32
The unique id of the attribute
- isDescending
- Type: System..::.Boolean
true if the sort is done in the descending order
