This topic has not yet been rated - Rate this topic

IListDataSource.moveToEnd method

Moves an item to the end of the data source.

Syntax


iListDataSource.moveToEnd(key).done( /* Your success and error handlers */ );

Parameters

key

Type: String

The 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 supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

See also

IListDataSource

 

 

Build date: 12/5/2012

© 2013 Microsoft. All rights reserved.