WinJS.UI.StorageDataSource object

0 out of 3 rated this helpful - Rate this topic

A type of IListDataSource that provides read-access to an object that implements the IStorageQueryResultBase interface. A StorageDataSource enables you to query and bind to items in the data source.

Syntax


var object = new WinJS.UI.StorageDataSource(query, options);

Members

The StorageDataSource object has these types of members:

Methods

The StorageDataSource object has these methods.

MethodDescription
loadThumbnail

Draws the thumbnail for the specified item to the specified img element.

StorageDataSource

Creates a new StorageDataSource object.

 

Remarks

This object inherits from IListDataSource. For a complete list of its members, see the ListDataSource object.

StorageDataSource does not support grouped views.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

Library

Ui.js

 

 

Build date: 12/5/2012

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