Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Moves an item to the end of the data source.
Syntax
iListDataSource.moveToEnd(key).done( /* Your success and error handlers */ );
Parameters
key
Type: StringThe key that identifies the item to move.
Return value
Type: Promise**
A Promise that contains the IItem that was moved or an EditError if an error was encountered.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |