 
            | Miner.Interop.Geodatabase Assembly > Miner.Interop Namespace : IMMOrderedList Interface | 
The following tables list the members exposed by IMMOrderedList.
| Name | Description | |
|---|---|---|
|  | GetFirstItem | Returns the first item in the list as an IMMOrderedListItem object. | 
|  | GetLastItem | Returns the last item in the list as an IMMOrderedListItem object. | 
|  | MoveItemDown | Given an IMMOrderedListItem, this method moves the list item down. | 
|  | MoveItemToBottom | Given an IMMOrderedListItem, this method moves the list item to the bottom of the list. | 
|  | MoveItemToTop | Given an IMMOrderedListItem, this method moves the list item to the top of the list. | 
|  | MoveItemUp | Given an IMMOrderedListItem, this method moves the list item up. |