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.
Retrieves the specified number of items from the end of the IListDataAdapter object's data source.
Syntax
iListDataAdapter.itemsFromEnd(count).done( /* Your success and error handlers */ );
Parameters
count
Type: NumberThe number of items to retrieve.
Return value
Type: Promise**
A Promise that provides an IFetchResult that contains the selected items or a FetchError if an error was encountered.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |