IListDataAdapter.itemsFromIndex method

0 out of 3 rated this helpful - Rate this topic

Retrieves the item at the specified index and also retrieves the specified number of items before and after the selected item.

Syntax


iListDataAdapter.itemsFromIndex(index, countBefore, countAfter).done( /* Your success and error handlers */ );

Parameters

index

Type: Number

The index of the item to retrieve.

countBefore

Type: Number

The number of items to retrieve from before the selected item.

countAfter

Type: Number

The number of items to retrieve from after the selected item.

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

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

See also

IListDataAdapter

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.